chiark / gitweb /
include in source tarball: be de es es_AR fr nb pt_BR tr uk zh_Hans zh_Hant
authorHans-Christoph Steiner <hans@eds.org>
Thu, 19 Oct 2017 15:35:29 +0000 (17:35 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 19 Oct 2017 21:16:58 +0000 (23:16 +0200)
The way to officially include a new language in the source tarball is to
add it to the MANIFEST.in.  Otherwise, it will not be included in the
source tarball, and therefore won't be installed when using apt, pip, etc.

MANIFEST.in

index 10f4c7ce51319d14df70ae693ca7eaebc15bc191..6e8c0d03dbecc67a0471a58f7d19c92bfc56b7db 100644 (file)
@@ -26,6 +26,17 @@ include examples/public-read-only-s3-bucket-policy.json
 include examples/template.yml
 include fdroid
 include LICENSE
+include locale/bo/LC_MESSAGES/fdroidserver.mo
+include locale/de/LC_MESSAGES/fdroidserver.mo
+include locale/es_AR/LC_MESSAGES/fdroidserver.mo
+include locale/es/LC_MESSAGES/fdroidserver.mo
+include locale/fr/LC_MESSAGES/fdroidserver.mo
+include locale/nb_NO/LC_MESSAGES/fdroidserver.mo
+include locale/pt_BR/LC_MESSAGES/fdroidserver.mo
+include locale/tr/LC_MESSAGES/fdroidserver.mo
+include locale/uk/LC_MESSAGES/fdroidserver.mo
+include locale/zh_Hans/LC_MESSAGES/fdroidserver.mo
+include locale/zh_Hant/LC_MESSAGES/fdroidserver.mo
 include makebuildserver
 include README.rst
 include tests/androguard_test.py