mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
script to set the completed locales based on Weblate data
This commit is contained in:
parent
527b1caa90
commit
5837c36219
3 changed files with 56 additions and 1 deletions
|
|
@ -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 fr hu it ko nb_NO pl pt_BR pt_PT ru tr uk zh_Hans zh_Hant
|
||||
ALL_LINGUAS = $(shell sed -En 's,include locale/([^/]+)/.*,\1,p' ../MANIFEST.in)
|
||||
POFILES = $(wildcard */LC_MESSAGES/fdroidserver.po)
|
||||
MOFILES = $(ALL_LINGUAS:=/LC_MESSAGES/fdroidserver.mo)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue