update list of officially supported languages to ship with source

This commit is contained in:
Hans-Christoph Steiner 2019-01-28 17:00:03 +01:00
parent 6925083e57
commit 4fa5512041
2 changed files with 7 additions and 2 deletions

View file

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