From 261f79ab2587a68a036a010a8cc090721127f1ba Mon Sep 17 00:00:00 2001 From: mszulecki Date: Mon, 11 Jun 2007 19:18:06 +0000 Subject: Fix make update-po to work and mark remaining files for translation. git-svn-id: http://svn.sukimashita.com/repos/dskel/trunk@24 4281df72-ff29-0410-8fee-2d9ac0c5f5a7 --- po/Makevars | 1 + po/POTFILES.in | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 po/Makevars diff --git a/po/Makevars b/po/Makevars new file mode 100644 index 0000000..e203408 --- /dev/null +++ b/po/Makevars @@ -0,0 +1 @@ +XGETTEXT_OPTIONS = --language=C# diff --git a/po/POTFILES.in b/po/POTFILES.in index 10f182b..5a1609e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -2,3 +2,5 @@ # Please keep this file in alphabetical order. [encoding: UTF-8] src/helloworld.d +src/testlibrary.d +src/testshlibrary.d -- cgit v1.1-32-gdbae