blob: 85022c43a151b1c53d606306aa532938eaa57bfc (
plain)
1
2
3
4
5
6
7
8
|
# src/bin/scripts/nls.mk
CATALOG_NAME := pgscripts
AVAIL_LANGUAGES := cs de es fr it ja ko pt_BR ro sv ta tr zh_CN
GETTEXT_FILES := createdb.c createlang.c createuser.c \
dropdb.c droplang.c dropuser.c \
clusterdb.c vacuumdb.c reindexdb.c \
common.c
GETTEXT_TRIGGERS:= _ simple_prompt yesno_prompt
|