svn commit: r196923 - in user/edwin/locale/share: monetdef
numericdef timedef
Edwin Groothuis
edwin at FreeBSD.org
Mon Sep 7 12:41:21 UTC 2009
Author: edwin
Date: Mon Sep 7 12:41:19 2009
New Revision: 196923
URL: http://svn.freebsd.org/changeset/base/196923
Log:
Now that we have a properly working conversion system, we can compare
the current FreeBSD locale data directories and compare it to the
output we create and fix the differences.
Mostly this is upper/lowercase in the timedef format strings plus
a bunch of incorrect spaces in the thousand seperators. At this
moment we concentrate on the correctness of the conversion, not on
the correctness of the data!
Modified:
user/edwin/locale/share/monetdef/Makefile
user/edwin/locale/share/numericdef/Makefile
user/edwin/locale/share/numericdef/ca_ES.unicode
user/edwin/locale/share/numericdef/de_DE.unicode
user/edwin/locale/share/numericdef/es_ES.unicode
user/edwin/locale/share/numericdef/fr_FR.unicode
user/edwin/locale/share/numericdef/nl_NL.unicode
user/edwin/locale/share/numericdef/sl_SI.unicode
user/edwin/locale/share/timedef/Makefile
user/edwin/locale/share/timedef/ca_ES.unicode
user/edwin/locale/share/timedef/cs_CZ.unicode
user/edwin/locale/share/timedef/da_DK.unicode
user/edwin/locale/share/timedef/de_AT.unicode
user/edwin/locale/share/timedef/fi_FI.unicode
user/edwin/locale/share/timedef/hr_HR.unicode
user/edwin/locale/share/timedef/is_IS.unicode
user/edwin/locale/share/timedef/it_IT.unicode
user/edwin/locale/share/timedef/ja_JP.unicode
user/edwin/locale/share/timedef/mn_MN.unicode
user/edwin/locale/share/timedef/pt_BR.unicode
user/edwin/locale/share/timedef/ro_RO.unicode
user/edwin/locale/share/timedef/sv_SE.unicode
user/edwin/locale/share/timedef/tr_TR.unicode
Modified: user/edwin/locale/share/monetdef/Makefile
==============================================================================
--- user/edwin/locale/share/monetdef/Makefile Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/monetdef/Makefile Mon Sep 7 12:41:19 2009 (r196923)
@@ -23,7 +23,7 @@ CMS_kk_KZ= PT154
CMS_ko_KR= eucKR
CMS_pl_PL= ISO8859-2
CMS_pt_PT= ISO8859-1 ISO8859-15
-CMS_ru_RU= CP1251 CP855 ISO8859-5 KOI8-R
+CMS_ru_RU= CP1251 CP866 ISO8859-5 KOI8-R
CMS_uk_UA= CP1251 ISO8859-5 KOI8-U
CMS_zh_Hans_CN= GB18030 GB2312 eucCN
@@ -94,7 +94,7 @@ LEGLINK_zh_Hans_CN.GBK2312= zh_CN.GBK
#
# Required variables
-LCTYPE= LC_NUMERIC
+LCTYPE= LC_MONETARY
LOCALEDIR= /usr/share/locale
#ICONV_pt_PT.ISO8859-1= bsdiconv
#ICONV_ko_KR.eucKR= bsdiconv
Modified: user/edwin/locale/share/numericdef/Makefile
==============================================================================
--- user/edwin/locale/share/numericdef/Makefile Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/numericdef/Makefile Mon Sep 7 12:41:19 2009 (r196923)
@@ -61,7 +61,8 @@ CCLNLINK_de_DE= de_AT
CCLNLINK_en_GB.UTF-8= en_IE.UTF-8
CCLNLINK_en_US= en_AU en_CA en_GB en_NZ
CCLNLINK_en_US.UTF-8= he_IL.UTF-8
-CCLNLINK_fr_FR= fr_CA fr_CH nl_BE
+CCLNLINK_fr_BE= nl_BE
+CCLNLINK_fr_FR= fr_CA fr_CH
CCLNLINK_it_IT= it_CH
CCLNLINK_no_NO= nb_NO nn_NO
CCLNLINK_zh_HK.UTF-8= zh_Hant_HK.Big5HKSCS zh_Hant_HK.UTF-8 zh_Hant_TW.Big5 zh_Hant_TW.UTF-8
Modified: user/edwin/locale/share/numericdef/ca_ES.unicode
==============================================================================
--- user/edwin/locale/share/numericdef/ca_ES.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/numericdef/ca_ES.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -6,7 +6,7 @@
# decimal_point
<COMMA>
# thousands_sep
-<SPACE>
+
# grouping, separated by ;
-1
# EOF
Modified: user/edwin/locale/share/numericdef/de_DE.unicode
==============================================================================
--- user/edwin/locale/share/numericdef/de_DE.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/numericdef/de_DE.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -6,7 +6,7 @@
# decimal_point
<COMMA>
# thousands_sep
-<SPACE>
+
# grouping, separated by ;
-1
# EOF
Modified: user/edwin/locale/share/numericdef/es_ES.unicode
==============================================================================
--- user/edwin/locale/share/numericdef/es_ES.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/numericdef/es_ES.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -6,7 +6,7 @@
# decimal_point
<COMMA>
# thousands_sep
-<SPACE>
+
# grouping, separated by ;
-1
# EOF
Modified: user/edwin/locale/share/numericdef/fr_FR.unicode
==============================================================================
--- user/edwin/locale/share/numericdef/fr_FR.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/numericdef/fr_FR.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -6,7 +6,7 @@
# decimal_point
<COMMA>
# thousands_sep
-<SPACE>
+
# grouping, separated by ;
-1
# EOF
Modified: user/edwin/locale/share/numericdef/nl_NL.unicode
==============================================================================
--- user/edwin/locale/share/numericdef/nl_NL.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/numericdef/nl_NL.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -6,7 +6,7 @@
# decimal_point
<COMMA>
# thousands_sep
-<FULL STOP>
+
# grouping, separated by ;
-1
# EOF
Modified: user/edwin/locale/share/numericdef/sl_SI.unicode
==============================================================================
--- user/edwin/locale/share/numericdef/sl_SI.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/numericdef/sl_SI.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -6,7 +6,7 @@
# decimal_point
<COMMA>
# thousands_sep
-<SPACE>
+<SPACE><SPACE>
# grouping, separated by ;
0;0
# EOF
Modified: user/edwin/locale/share/timedef/Makefile
==============================================================================
--- user/edwin/locale/share/timedef/Makefile Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/Makefile Mon Sep 7 12:41:19 2009 (r196923)
@@ -80,7 +80,7 @@ CMSLINK_sv_SE.ISO8859-1= sv_SE.ISO8859-1
CMSLINK_zh_Hans_CN.GB2312= zh_Hans_CN.GBK
# For these locales, also create symlinks to the main locale.
-CCLNLINK_en_US.UTF-8= af_ZA.UTF-8
+CCLNLINK_en_US.UTF-8= af_ZA.UTF-8
CCLNLINK_ca_ES= ca_AD ca_IT ca_IT
CCLNLINK_de_DE= de_CH
CCLNLINK_en_GB= en_AU en_CA en_NZ
Modified: user/edwin/locale/share/timedef/ca_ES.unicode
==============================================================================
--- user/edwin/locale/share/timedef/ca_ES.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/ca_ES.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -63,7 +63,7 @@
#
# c_fmt
#
-%a<SPACE>%e<SPACE>%b>%X<SPACE>%Y
+%a<SPACE>%e<SPACE>%b<SPACE>%X<SPACE>%Y
#
# am
#
Modified: user/edwin/locale/share/timedef/cs_CZ.unicode
==============================================================================
--- user/edwin/locale/share/timedef/cs_CZ.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/cs_CZ.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -62,7 +62,7 @@
#
# x_fmt
#
-%Y<SOLIDUS>%M<SOLIDUS>%D
+%Y<SOLIDUS>%m<SOLIDUS>%d
#
# c_fmt
#
@@ -78,7 +78,7 @@
#
# date_fmt
#
-%a><SPACE>%e<FULL STOP><SPACE>%B<SPACE>%Y<SPACE>%X<SPACE>%Z
+%a<SPACE>%e<FULL STOP><SPACE>%B<SPACE>%Y<SPACE>%X<SPACE>%Z
#
# Long month names (without case ending)
#
@@ -101,5 +101,5 @@ dm
#
# ampm_fmt
#
-%I<COLON>%M<COLON>%S<SPACE>%P
+%I<COLON>%M<COLON>%S<SPACE>%p
# EOF
Modified: user/edwin/locale/share/timedef/da_DK.unicode
==============================================================================
--- user/edwin/locale/share/timedef/da_DK.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/da_DK.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -98,5 +98,5 @@ dm
#
# ampm_fmt
#
-%I<COLON>%M<COLON>%S<SPACE>%P
+%I<COLON>%M<COLON>%S<SPACE>%p
# EOF
Modified: user/edwin/locale/share/timedef/de_AT.unicode
==============================================================================
--- user/edwin/locale/share/timedef/de_AT.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/de_AT.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -59,7 +59,7 @@
#
# x_fmt
#
-%D<FULL STOP>%m<FULL STOP>%Y
+%d<FULL STOP>%m<FULL STOP>%Y
#
# c_fmt
#
Modified: user/edwin/locale/share/timedef/fi_FI.unicode
==============================================================================
--- user/edwin/locale/share/timedef/fi_FI.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/fi_FI.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -74,7 +74,7 @@
#
# date_fmt
#
-%a<SPACE>%e<SPACE>%b<SPACE>%Y><SPACE>%X<SPACE>%Z
+%a<SPACE>%e<SPACE>%b<SPACE>%Y<SPACE>%X<SPACE>%Z
#
# Long month names (without case ending)
#
Modified: user/edwin/locale/share/timedef/hr_HR.unicode
==============================================================================
--- user/edwin/locale/share/timedef/hr_HR.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/hr_HR.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -63,7 +63,7 @@
#
# c_fmt
#
-%A<SPACE>%e<SPACE>%b<SPACE>%X<SPACE>%Y
+%a<SPACE>%e<SPACE>%b<SPACE>%X<SPACE>%Y
#
# am
#
Modified: user/edwin/locale/share/timedef/is_IS.unicode
==============================================================================
--- user/edwin/locale/share/timedef/is_IS.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/is_IS.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -59,7 +59,7 @@
#
# x_fmt
#
-%d<FULL STOP>%M<FULL STOP>%Y
+%d<FULL STOP>%m<FULL STOP>%Y
#
# c_fmt
#
@@ -75,7 +75,7 @@
#
# date_fmt
#
-%a<SPACE>%e<SPACE>%b><SPACE>%Y<SPACE>%X<SPACE>%Z
+%a<SPACE>%e<SPACE>%b<SPACE>%Y<SPACE>%X<SPACE>%Z
#
# Long month names (without case ending)
#
Modified: user/edwin/locale/share/timedef/it_IT.unicode
==============================================================================
--- user/edwin/locale/share/timedef/it_IT.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/it_IT.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -94,7 +94,7 @@
#
# md_order
#
-md
+dm
#
# ampm_fmt
#
Modified: user/edwin/locale/share/timedef/ja_JP.unicode
==============================================================================
--- user/edwin/locale/share/timedef/ja_JP.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/ja_JP.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -64,17 +64,17 @@
#
# just following tradition...
# %a %b %e %H:%M:%S %Y
-%a<SPACE>%b<SOLIDUS>%E<SPACE>%T<SPACE>%Y
+%a<SPACE>%b<SOLIDUS>%e<SPACE>%T<SPACE>%Y
#
# am
#
#εε
-<LATIN CAPITAL LETTER A><LATIN CAPITAL LETTER M>
+<CJK UNIFIED IDEOGRAPH-5348><CJK UNIFIED IDEOGRAPH-524D>
#
# pm
#
#εεΎ
-<LATIN CAPITAL LETTER P><LATIN CAPITAL LETTER M>
+<CJK UNIFIED IDEOGRAPH-5348><CJK UNIFIED IDEOGRAPH-524C>
#
# date_fmt
#
Modified: user/edwin/locale/share/timedef/mn_MN.unicode
==============================================================================
--- user/edwin/locale/share/timedef/mn_MN.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/mn_MN.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -59,7 +59,7 @@
#
# x_fmt
#
-%Y<FULL STOP>%M<FULL STOP>%D
+%Y<FULL STOP>%m<FULL STOP>%d
#
# c_fmt
#
Modified: user/edwin/locale/share/timedef/pt_BR.unicode
==============================================================================
--- user/edwin/locale/share/timedef/pt_BR.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/pt_BR.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -60,7 +60,7 @@
#
# x_fmt
#
-%d<SOLIDUS>%M<SOLIDUS>%Y
+%d<SOLIDUS>%m<SOLIDUS>%Y
#
# c_fmt
#
Modified: user/edwin/locale/share/timedef/ro_RO.unicode
==============================================================================
--- user/edwin/locale/share/timedef/ro_RO.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/ro_RO.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -63,7 +63,7 @@
#
# c_fmt
#
-%a<SPACE>%e<SPACE>%b<SPACE>%Y><SPACE>%X
+%a<SPACE>%e<SPACE>%b<SPACE>%Y<SPACE>%X
#
# am
#
Modified: user/edwin/locale/share/timedef/sv_SE.unicode
==============================================================================
--- user/edwin/locale/share/timedef/sv_SE.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/sv_SE.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -62,7 +62,7 @@
#
# c_fmt
#
-%a<SPACE>%e<SPACE>%b><SPACE>%X<SPACE>%Y
+%a<SPACE>%e<SPACE>%b<SPACE>%X<SPACE>%Y
#
# am
#
Modified: user/edwin/locale/share/timedef/tr_TR.unicode
==============================================================================
--- user/edwin/locale/share/timedef/tr_TR.unicode Mon Sep 7 12:39:54 2009 (r196922)
+++ user/edwin/locale/share/timedef/tr_TR.unicode Mon Sep 7 12:41:19 2009 (r196923)
@@ -77,7 +77,7 @@
#
# date_fmt
#
-%e<SPACE>%b<SPACE>%Y<SPACE>%A<SPACE>%Z<SPACE>%X
+%e<SPACE>%b<SPACE>%Y<SPACE>%a<SPACE>%Z<SPACE>%X
#
# Long month names (without case ending)
#
More information about the svn-src-user
mailing list