1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Merge branch 'fix-locale-setup' into 'master'

generate all po files

See merge request fdroid/fdroidserver!560
This commit is contained in:
Hans-Christoph Steiner 2018-09-20 09:37:09 +00:00
commit 2272bab4f1
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -11,10 +11,12 @@ TAGS
build/
dist/
env/
ENV/
fdroidserver.egg-info/
pylint.parseable
/.testfiles/
README.rst
/.eggs/
# editor tmp files
.*.swp

View File

@ -5,7 +5,7 @@ FILES = ../fdroid $(wildcard ../fdroidserver/*.py) \
$(wildcard /usr/lib/python3.*/getopt.py)
# these are the supported languages
ALL_LINGUAS = de es pt_BR pt_PT tr zh_Hans zh_Hant
ALL_LINGUAS = bo de es es_AR fa fr it ja kab ko nb_NO pt_BR pt_PT ru tr uk zh_Hans zh_Hant
POFILES = $(wildcard */LC_MESSAGES/fdroidserver.po)
MOFILES = $(ALL_LINGUAS:=/LC_MESSAGES/fdroidserver.mo)