mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-09-24 21:55:26 -04: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:
1 parent
460c4185bb
commit
ccc3fb8b2e
2 files changed
+484
-5
No files matched your search
+1
-1
@@ -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 \
|
||||
|
||||
+483
-4
File diff suppressed because it is too large.
Load diff
Reference in new issue
Block a user