From: Hans-Christoph Steiner Date: Thu, 19 Oct 2017 15:35:29 +0000 (+0200) Subject: include in source tarball: be de es es_AR fr nb pt_BR tr uk zh_Hans zh_Hant X-Git-Tag: 0.9~50^2~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=57c3c60f0ed7afab493d07082ee01c1f50787a72;p=fdroidserver.git include in source tarball: be de es es_AR fr nb pt_BR tr uk zh_Hans zh_Hant 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. --- diff --git a/MANIFEST.in b/MANIFEST.in index 10f4c7ce..6e8c0d03 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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