diff options
| author | 2007-06-11 19:18:06 +0000 | |
|---|---|---|
| committer | 2007-06-11 19:18:06 +0000 | |
| commit | 261f79ab2587a68a036a010a8cc090721127f1ba (patch) | |
| tree | c1a914d45348182f9624e05726675fa53653b61f | |
| parent | 63db083d9b76e2db4db274a2a99e28cdfc96ed2f (diff) | |
| download | dskel-261f79ab2587a68a036a010a8cc090721127f1ba.tar.gz dskel-261f79ab2587a68a036a010a8cc090721127f1ba.tar.bz2  | |
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
| -rw-r--r-- | po/Makevars | 1 | ||||
| -rw-r--r-- | po/POTFILES.in | 2 | 
2 files changed, 3 insertions, 0 deletions
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  | 
