Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860216e commit 84eb871Copy full SHA for 84eb871
src/nls-global.mk
@@ -54,6 +54,7 @@ GETTEXT_FLAGS += _:1:pass-c-format
54
55
# common settings that apply to backend and all backend modules
56
BACKEND_COMMON_GETTEXT_TRIGGERS = \
57
+ $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
58
errmsg errmsg_plural:1,2 \
59
errdetail errdetail_log errdetail_plural:1,2 \
60
errhint \
@@ -62,6 +63,7 @@ BACKEND_COMMON_GETTEXT_TRIGGERS = \
62
63
MultiXactIdWait:6 \
64
ConditionalMultiXactIdWait:6
65
BACKEND_COMMON_GETTEXT_FLAGS = \
66
+ $(FRONTEND_COMMON_GETTEXT_FLAGS) \
67
errmsg:1:c-format errmsg_plural:1:c-format errmsg_plural:2:c-format \
68
errdetail:1:c-format errdetail_log:1:c-format errdetail_plural:1:c-format errdetail_plural:2:c-format \
69
errhint:1:c-format \
0 commit comments