locale: full update of source strings

This commit is contained in:
Hans-Christoph Steiner 2025-03-23 21:39:39 +01:00
parent 7cf7f4b14e
commit b29ee09fda
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
55 changed files with 1221 additions and 16947 deletions

View file

@ -1,8 +1,7 @@
FILES = ../fdroid $(wildcard ../fdroidserver/*.py) \
FILES = $(wildcard ../fdroidserver/*.py) \
$(wildcard /usr/lib/python3.*/argparse.py) \
$(wildcard /usr/lib/python3.*/optparse.py) \
$(wildcard /usr/lib/python3.*/getopt.py)
../fdroid
# these are the supported languages
ALL_LINGUAS = $(shell sed -En 's,include locale/([^/]+)/.*,\1,p' ../MANIFEST.in)