mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
generate all po files
- contributes to https://gitlab.com/fdroid/fdroidserver/issues/546#note_95593326
This commit is contained in:
parent
05be4bc814
commit
3546e8d38d
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,10 +11,12 @@ TAGS
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
env/
|
env/
|
||||||
|
ENV/
|
||||||
fdroidserver.egg-info/
|
fdroidserver.egg-info/
|
||||||
pylint.parseable
|
pylint.parseable
|
||||||
/.testfiles/
|
/.testfiles/
|
||||||
README.rst
|
README.rst
|
||||||
|
/.eggs/
|
||||||
|
|
||||||
# editor tmp files
|
# editor tmp files
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
|
@ -5,7 +5,7 @@ FILES = ../fdroid $(wildcard ../fdroidserver/*.py) \
|
||||||
$(wildcard /usr/lib/python3.*/getopt.py)
|
$(wildcard /usr/lib/python3.*/getopt.py)
|
||||||
|
|
||||||
# these are the supported languages
|
# 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)
|
POFILES = $(wildcard */LC_MESSAGES/fdroidserver.po)
|
||||||
MOFILES = $(ALL_LINGUAS:=/LC_MESSAGES/fdroidserver.mo)
|
MOFILES = $(ALL_LINGUAS:=/LC_MESSAGES/fdroidserver.mo)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue