blob: 816f113cef468e7fccc9b9dd7a594da25af2782e (
plain)
1
2
3
4
5
|
# src/pl/tcl/nls.mk
CATALOG_NAME := pltcl
AVAIL_LANGUAGES := de es fr it ja pt_BR tr
GETTEXT_FILES := pltcl.c
GETTEXT_TRIGGERS:= errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext
|