summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/nls/Makefile.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libc/nls/Makefile.inc b/lib/libc/nls/Makefile.inc
index 9adab3d..26e9f9a 100644
--- a/lib/libc/nls/Makefile.inc
+++ b/lib/libc/nls/Makefile.inc
@@ -6,3 +6,14 @@
SRCS+= msgcat.c
MAN+= catclose.3 catgets.3 catopen.3
+
+# NOTE: C.msg should not be processed here, it's using as template
+# for translators.
+
+NLSNAME= libc
+NLS+= ru_RU.KOI8-R
+
+NLSSRCDIR= ${.CURDIR}/nls
+.for lang in ${NLS}
+NLSSRCFILES_${lang}=${lang}.msg
+.endfor
OpenPOWER on IntegriCloud