2004-06-08 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Tue, 8 Jun 2004 17:57:13 +0000 (17:57 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Tue, 8 Jun 2004 17:57:13 +0000 (17:57 -0000)
* ja.xml : added extra datetime patterns.
* renamed ca.xml to added ca_ES.xml.
* ca_ES.xml, ko_KR.xml, pt_BR.xml : fixed percent patterns.

svn path=/trunk/mono/; revision=29049

tools/locale-builder/supp/ChangeLog
tools/locale-builder/supp/ca.xml [deleted file]
tools/locale-builder/supp/ca_ES.xml [new file with mode: 0755]
tools/locale-builder/supp/ja.xml
tools/locale-builder/supp/ko_KR.xml
tools/locale-builder/supp/pt_BR.xml

index 22aacdedfb78e88bab71e36b0fac1de0ee4518a4..b5eb13b4ddc4f797a97c4a0ac1a22f630a8d49ae 100755 (executable)
@@ -1,3 +1,9 @@
+2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ja.xml : added extra datetime patterns.
+       * renamed ca.xml to added ca_ES.xml.
+       * ca_ES.xml, ko_KR.xml, pt_BR.xml : fixed percent patterns.
+
 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
 
        * en.xml : added "all datetime" pattern strings.
diff --git a/tools/locale-builder/supp/ca.xml b/tools/locale-builder/supp/ca.xml
deleted file mode 100755 (executable)
index 3f097c8..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<ldml>
-       <dates>
-               <calendars>
-                       <calendar type="gregorian">
-                               <dateFormats>
-                                       <dateFormatLength type="short">
-                                               <dateFormat >
-                                                       <pattern>dd/MM/yyyy</pattern>
-                                               </dateFormat>
-                                       </dateFormatLength >
-                               </dateFormats>
-                               <timeFormats>
-                                       <timeFormatLength type="long">
-                                               <timeFormat >
-                                                       <pattern>HH:mm:ss</pattern>
-                                               </timeFormat>
-                                       </timeFormatLength >
-                               </timeFormats>
-                       </calendar>
-               </calendars>
-       </dates>
-</ldml>
\ No newline at end of file
diff --git a/tools/locale-builder/supp/ca_ES.xml b/tools/locale-builder/supp/ca_ES.xml
new file mode 100755 (executable)
index 0000000..ba2db28
--- /dev/null
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<ldml>
+       <numbers>
+               <percentFormats>
+                       <percentFormatLength >
+                               <percentFormat >
+                                       <pattern>#,##0 %</pattern>
+                               </percentFormat>
+                       </percentFormatLength >
+               </percentFormats>
+       </numbers>
+       <dates>
+               <calendars>
+                       <calendar type="gregorian">
+                               <dateFormats>
+                                       <dateFormatLength type="short">
+                                               <dateFormat >
+                                                       <pattern>dd/MM/yyyy</pattern>
+                                               </dateFormat>
+                                       </dateFormatLength >
+                               </dateFormats>
+                               <timeFormats>
+                                       <timeFormatLength type="long">
+                                               <timeFormat >
+                                                       <pattern>HH:mm:ss</pattern>
+                                               </timeFormat>
+                                       </timeFormatLength >
+                               </timeFormats>
+                       </calendar>
+               </calendars>
+       </dates>
+</ldml>
\ No newline at end of file
index 7085329300500e37b7c8fb94a6b40b39e3da06f6..2fda6ce803bcacf4f3cc59f54052866785048a7d 100755 (executable)
                                                <dateFormat >
                                                        <pattern>yyyy/MM/dd</pattern>
                                                </dateFormat>
+                                               <extraPatterns>
+                                                       <pattern>yyyy/MM/dd</pattern>
+                                                       <pattern>yy/MM/dd</pattern>
+                                                       <pattern>yy/M/d</pattern>
+                                                       <pattern>yyyy/M/d</pattern>
+                                                       <pattern>yy/MM/dd' ('ddd')'</pattern>
+                                                       <pattern>yy/M/d' ('ddd')'</pattern>
+                                                       <pattern>yyyy/M/d' ('ddd')'</pattern>
+                                                       <!-- we should not need yyyy-MM-dd that should be covered by yyyy/MM/dd -->
+                                               </extraPatterns>
                                        </dateFormatLength >
+                                       <dateFormatLength type="long">
+                                               <extraPatterns>
+                                                       <pattern>yyyy'年'M'月'd'日'</pattern>
+                                                       <pattern>yyyy'年'MM'月'dd'日'</pattern>
+                                                       <pattern>yyyy'年'M'月'd'日' dddd</pattern>
+                                                       <pattern>yyyy'年'MM'月'dd'日' dddd</pattern>
+                                               </extraPatterns>
+                                       </dateFormatLength>
                                </dateFormats>
+                               <timeFormats>
+                                       <timeFormatLength type="long">
+                                               <extraPatterns>
+                                                       <pattern>H:mm:ss</pattern>
+                                                       <pattern>HH:mm:ss</pattern>
+                                                       <pattern>tt h:mm:ss</pattern>
+                                                       <pattern>tt hh:mm:ss</pattern>
+                                               </extraPatterns>
+                                       </timeFormatLength>
+                                       <timeFormatLength type="short">
+                                               <extraPatterns>
+                                                       <pattern>H:mm</pattern>
+                                                       <pattern>HH:mm</pattern>
+                                                       <pattern>tt h:mm</pattern>
+                                                       <pattern>tt hh:mm</pattern>
+                                               </extraPatterns>
+                                       </timeFormatLength>
+                               </timeFormats>
                        </calendar>
                </calendars>
        </dates>
index 9d5bd559678a4ac16ba3ec047e75c15cae7eb7e7..646116b7e5ba23d221058048bef7b4096e4505c0 100755 (executable)
@@ -8,6 +8,13 @@
                                </currencyFormat>
                        </currencyFormatLength >
                </currencyFormats>
+               <percentFormats>
+                       <percentFormatLength >
+                               <percentFormat >
+                                       <pattern>#,##0 %</pattern>
+                               </percentFormat>
+                       </percentFormatLength >
+               </percentFormats>
        </numbers>
        <dates>
                <calendars>
index 075bc8e53eb983501c59260b4d5530ecd3029aba..5492f0a75b8791f77dd2e055eb7f053d7e8e4916 100755 (executable)
@@ -1,5 +1,14 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <ldml>
+       <numbers>
+               <currencyFormats>
+                       <currencyFormatLength >
+                               <currencyFormat >
+                                       <pattern>#,##0;(-#,##0)</pattern>
+                               </currencyFormat>
+                       </currencyFormatLength >
+               </currencyFormats>
+       </numbers>
        <dates>
                <calendars>
                        <calendar type="gregorian">