mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
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.
This commit is contained in:
parent
927104a4e3
commit
57c3c60f0e
1 changed files with 11 additions and 0 deletions
11
MANIFEST.in
11
MANIFEST.in
|
@ -26,6 +26,17 @@ include examples/public-read-only-s3-bucket-policy.json
|
||||||
include examples/template.yml
|
include examples/template.yml
|
||||||
include fdroid
|
include fdroid
|
||||||
include LICENSE
|
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 makebuildserver
|
||||||
include README.rst
|
include README.rst
|
||||||
include tests/androguard_test.py
|
include tests/androguard_test.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue