1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

update translation template and add file context for each string

The file context lets the translators know which command the string applies
to.  It does not have line numbers, since those are less useful, while
causing lots of merge conflicts.
This commit is contained in:
Hans-Christoph Steiner 2017-10-13 14:55:07 +02:00
parent 460c4185bb
commit ccc3fb8b2e
2 changed files with 484 additions and 5 deletions

View File

@ -23,7 +23,7 @@ template: $(TEMPLATE)
$(TEMPLATE): $(FILES)
xgettext --join-existing --from-code=UTF-8 \
--language=Python --keyword=_ \
--sort-output --no-location --output=$(TEMPLATE) \
--sort-output --add-location=file --output=$(TEMPLATE) \
--package-name="fdroidserver" --package-version=$(VERSION) \
--foreign-user \
--msgid-bugs-address=https://gitlab.com/fdroid/fdroidserver/issues \

File diff suppressed because it is too large Load Diff