svn commit: r199307 - stable/8/lib/libc/nls

Hajimu UMEMOTO ume at FreeBSD.org
Mon Nov 16 03:52:18 UTC 2009


Author: ume
Date: Mon Nov 16 03:52:18 2009
New Revision: 199307
URL: http://svn.freebsd.org/changeset/base/199307

Log:
  MFC r199080, r199081, r199082:
  Add ja_JP.UTF-8 and ja_JP.eucJP catalogs.

Added:
  stable/8/lib/libc/nls/ja_JP.UTF-8.msg
     - copied, changed from r199080, head/lib/libc/nls/ja_JP.UTF-8.msg
  stable/8/lib/libc/nls/ja_JP.eucJP.msg
     - copied, changed from r199081, head/lib/libc/nls/ja_JP.eucJP.msg
Modified:
  stable/8/lib/libc/nls/Makefile.inc
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)

Modified: stable/8/lib/libc/nls/Makefile.inc
==============================================================================
--- stable/8/lib/libc/nls/Makefile.inc	Mon Nov 16 03:36:54 2009	(r199306)
+++ stable/8/lib/libc/nls/Makefile.inc	Mon Nov 16 03:52:18 2009	(r199307)
@@ -22,6 +22,8 @@ NLS+=	fi_FI.ISO8859-1
 NLS+=	fr_FR.ISO8859-1
 NLS+=	hu_HU.ISO8859-2
 NLS+=	it_IT.ISO8859-15
+NLS+=	ja_JP.UTF-8
+NLS+=	ja_JP.eucJP
 NLS+=	ko_KR.UTF-8
 NLS+=	ko_KR.eucKR
 NLS+=	mn_MN.UTF-8

Copied and modified: stable/8/lib/libc/nls/ja_JP.UTF-8.msg (from r199080, head/lib/libc/nls/ja_JP.UTF-8.msg)
==============================================================================
--- head/lib/libc/nls/ja_JP.UTF-8.msg	Mon Nov  9 12:28:59 2009	(r199080, copy source)
+++ stable/8/lib/libc/nls/ja_JP.UTF-8.msg	Mon Nov 16 03:52:18 2009	(r199307)
@@ -1,6 +1,6 @@
 $ $FreeBSD$
 $
-$ Message catalog for C locale (template)
+$ Message catalog for ja_JP.UTF-8 locale
 $
 $ strerror() support catalog
 $

Copied and modified: stable/8/lib/libc/nls/ja_JP.eucJP.msg (from r199081, head/lib/libc/nls/ja_JP.eucJP.msg)
==============================================================================
--- head/lib/libc/nls/ja_JP.eucJP.msg	Mon Nov  9 12:33:47 2009	(r199081, copy source)
+++ stable/8/lib/libc/nls/ja_JP.eucJP.msg	Mon Nov 16 03:52:18 2009	(r199307)
@@ -1,6 +1,6 @@
 $ $FreeBSD$
 $
-$ Message catalog for C locale (template)
+$ Message catalog for ja_JP.eucJP locale
 $
 $ strerror() support catalog
 $


More information about the svn-src-stable-8 mailing list