blob: 01257e9cf921c8840d26451b7f09ac7423564848 (
plain)
1
2
3
4
5
|
# src/pl/tcl/nls.mk
CATALOG_NAME := pltcl
AVAIL_LANGUAGES := cs de es fr it ja pl pt_BR ro ru 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
|