From 3546e8d38d34c0edcc1208b75c4de2a8426ea7a0 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Mon, 20 Aug 2018 23:05:55 +0200 Subject: [PATCH] generate all po files - contributes to https://gitlab.com/fdroid/fdroidserver/issues/546#note_95593326 --- .gitignore | 2 ++ locale/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1a77c018..461fe410 100644 --- a/.gitignore +++ b/.gitignore @@ -11,10 +11,12 @@ TAGS build/ dist/ env/ +ENV/ fdroidserver.egg-info/ pylint.parseable /.testfiles/ README.rst +/.eggs/ # editor tmp files .*.swp diff --git a/locale/Makefile b/locale/Makefile index 95f62e96..4f68f627 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -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)