From 57c3c60f0ed7afab493d07082ee01c1f50787a72 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 19 Oct 2017 17:35:29 +0200 Subject: [PATCH] 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. --- MANIFEST.in | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.30.2