summaryrefslogtreecommitdiff
path: root/src/pl/tcl
diff options
context:
space:
mode:
authorPeter Eisentraut2011-06-26 21:13:10 +0000
committerPeter Eisentraut2011-06-26 21:37:21 +0000
commitcb5a7bc2dce4377036bd70a69b2b7b3bc821036f (patch)
tree0aabced33a09c1658c8fc305d5be7dbacff715ad /src/pl/tcl
parent7a5a843a2a63636458397823f090d5e28a02b6a4 (diff)
Add the possibility to pass --flag arguments to xgettext calls
The --flag argument can be used to tell xgettext the arguments of which functions should be flagged with c-format in the PO files, instead of guessing based on the presence of format specifiers, which fails if no format specifiers are present but the translation accidentally introduces one. Appropriate flag settings have been added for each message catalog. based on a patch by Christoph Berg for bug #6066
Diffstat (limited to 'src/pl/tcl')
-rw-r--r--src/pl/tcl/nls.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pl/tcl/nls.mk b/src/pl/tcl/nls.mk
index be95c15a04c..bb63f28b8c0 100644
--- a/src/pl/tcl/nls.mk
+++ b/src/pl/tcl/nls.mk
@@ -3,3 +3,4 @@ CATALOG_NAME = pltcl
AVAIL_LANGUAGES = de es fr it ja pt_BR ro tr zh_CN zh_TW
GETTEXT_FILES = pltcl.c
GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS)
+GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS)