diff options
| author | Peter Eisentraut | 2011-06-26 21:13:10 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2011-06-26 21:37:21 +0000 |
| commit | cb5a7bc2dce4377036bd70a69b2b7b3bc821036f (patch) | |
| tree | 0aabced33a09c1658c8fc305d5be7dbacff715ad /src/pl/tcl | |
| parent | 7a5a843a2a63636458397823f090d5e28a02b6a4 (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.mk | 1 |
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) |
