diff options
| author | Peter Eisentraut | 2011-06-26 17:08:38 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2011-06-26 17:08:38 +0000 |
| commit | 1b11e239cac545b86886a30fa15ae1f7c2d6e385 (patch) | |
| tree | d1a36676a16d0f136208bb1b234eea2034dd13fd /src/pl/tcl | |
| parent | 314837ec3b00bb387f1bd601faa9d535fa2dc80b (diff) | |
Replace := by = in nls.mk files
It currently doesn't make a difference, but it's inconsistent with
most other usage, and it might interfere with a future patch, so I'll
change it all in a separate commit.
Also, replace tabs with spaces for alignment.
Diffstat (limited to 'src/pl/tcl')
| -rw-r--r-- | src/pl/tcl/nls.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pl/tcl/nls.mk b/src/pl/tcl/nls.mk index 1fc912c5eba..941a75857c6 100644 --- a/src/pl/tcl/nls.mk +++ b/src/pl/tcl/nls.mk @@ -1,5 +1,5 @@ # src/pl/tcl/nls.mk -CATALOG_NAME := pltcl -AVAIL_LANGUAGES := de es fr it ja pt_BR ro tr zh_CN zh_TW -GETTEXT_FILES := pltcl.c -GETTEXT_TRIGGERS:= errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext +CATALOG_NAME = pltcl +AVAIL_LANGUAGES = de es fr it ja pt_BR ro tr zh_CN zh_TW +GETTEXT_FILES = pltcl.c +GETTEXT_TRIGGERS = errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext |
