[Midnightbsd-cvs] src [8590] trunk/lib/libc/nls: add simplified chinese.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 19 12:37:22 EDT 2016
Revision: 8590
http://svnweb.midnightbsd.org/src/?rev=8590
Author: laffer1
Date: 2016-09-19 12:37:22 -0400 (Mon, 19 Sep 2016)
Log Message:
-----------
add simplified chinese.
Modified Paths:
--------------
trunk/lib/libc/nls/Makefile.inc
Added Paths:
-----------
trunk/lib/libc/nls/zh_CN.GB18030.msg
trunk/lib/libc/nls/zh_CN.GB2312.msg
trunk/lib/libc/nls/zh_CN.UTF-8.msg
Modified: trunk/lib/libc/nls/Makefile.inc
===================================================================
--- trunk/lib/libc/nls/Makefile.inc 2016-09-19 16:34:13 UTC (rev 8589)
+++ trunk/lib/libc/nls/Makefile.inc 2016-09-19 16:37:22 UTC (rev 8590)
@@ -36,3 +36,6 @@
NLS+= sk_SK.ISO8859-2
NLS+= sv_SE.ISO8859-1
NLS+= uk_UA.UTF-8
+NLS+= zh_CN.GB18030
+NLS+= zh_CN.GB2312
+NLS+= zh_CN.UTF-8
Added: trunk/lib/libc/nls/zh_CN.GB18030.msg
===================================================================
(Binary files differ)
Index: trunk/lib/libc/nls/zh_CN.GB18030.msg
===================================================================
--- trunk/lib/libc/nls/zh_CN.GB18030.msg 2016-09-19 16:34:13 UTC (rev 8589)
+++ trunk/lib/libc/nls/zh_CN.GB18030.msg 2016-09-19 16:37:22 UTC (rev 8590)
Property changes on: trunk/lib/libc/nls/zh_CN.GB18030.msg
___________________________________________________________________
Added: mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/lib/libc/nls/zh_CN.GB2312.msg
===================================================================
(Binary files differ)
Index: trunk/lib/libc/nls/zh_CN.GB2312.msg
===================================================================
--- trunk/lib/libc/nls/zh_CN.GB2312.msg 2016-09-19 16:34:13 UTC (rev 8589)
+++ trunk/lib/libc/nls/zh_CN.GB2312.msg 2016-09-19 16:37:22 UTC (rev 8590)
Property changes on: trunk/lib/libc/nls/zh_CN.GB2312.msg
___________________________________________________________________
Added: mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/lib/libc/nls/zh_CN.UTF-8.msg
===================================================================
(Binary files differ)
Index: trunk/lib/libc/nls/zh_CN.UTF-8.msg
===================================================================
--- trunk/lib/libc/nls/zh_CN.UTF-8.msg 2016-09-19 16:34:13 UTC (rev 8589)
+++ trunk/lib/libc/nls/zh_CN.UTF-8.msg 2016-09-19 16:37:22 UTC (rev 8590)
Property changes on: trunk/lib/libc/nls/zh_CN.UTF-8.msg
___________________________________________________________________
Added: mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list