[Libreoffice-commits] core.git: i18npool/source

Eike Rathke erack at redhat.com
Thu Jun 2 15:25:00 UTC 2016


 i18npool/source/localedata/LocaleNode.cxx  |    4 +
 i18npool/source/localedata/data/ar_DZ.xml  |    8 +-
 i18npool/source/localedata/data/ar_EG.xml  |    8 +-
 i18npool/source/localedata/data/ar_OM.xml  |    2 
 i18npool/source/localedata/data/bo_CN.xml  |   16 ++---
 i18npool/source/localedata/data/bo_IN.xml  |   16 ++---
 i18npool/source/localedata/data/cu_RU.xml  |    2 
 i18npool/source/localedata/data/dz_BT.xml  |   28 ++++-----
 i18npool/source/localedata/data/en_US.xml  |   28 ++++-----
 i18npool/source/localedata/data/he_IL.xml  |    6 +-
 i18npool/source/localedata/data/hr_HR.xml  |    8 +-
 i18npool/source/localedata/data/ja_JP.xml  |    8 +-
 i18npool/source/localedata/data/km_KH.xml  |   16 ++---
 i18npool/source/localedata/data/ko_KR.xml  |   84 ++++++++++++++---------------
 i18npool/source/localedata/data/lo_LA.xml  |    2 
 i18npool/source/localedata/data/locale.dtd |    6 +-
 i18npool/source/localedata/data/lt_LT.xml  |   12 ++--
 i18npool/source/localedata/data/my_MM.xml  |   48 ++++++++--------
 i18npool/source/localedata/data/pl_PL.xml  |    2 
 i18npool/source/localedata/data/pt_PT.xml  |   28 ++++-----
 i18npool/source/localedata/data/th_TH.xml  |   74 ++++++++++++-------------
 i18npool/source/localedata/data/tr_TR.xml  |    8 +-
 i18npool/source/localedata/data/zh_CN.xml  |   18 +++---
 i18npool/source/localedata/data/zh_HK.xml  |   16 ++---
 i18npool/source/localedata/data/zh_MO.xml  |   18 +++---
 i18npool/source/localedata/data/zh_SG.xml  |   18 +++---
 i18npool/source/localedata/data/zh_TW.xml  |   62 ++++++++++-----------
 27 files changed, 275 insertions(+), 271 deletions(-)

New commits:
commit a92eddbddee76fdcd9f98464fee26865692940e9
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Jun 2 17:20:21 2016 +0200

    [PATCH] up the free usage formatindex start from 50 to 60
    
    In preparation of adding some builtin format codes, actually already
    NF_FRACTION_3 and NF_FRACTION_4 needed that.
    
    Change-Id: I734a1ef5e6405aceaace7d44e8901a6183dc2a64

diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx
index 840a072..690bfeb 100644
--- a/i18npool/source/localedata/LocaleNode.cxx
+++ b/i18npool/source/localedata/LocaleNode.cxx
@@ -709,6 +709,10 @@ void LCFormatNode::generateCode (const OFileWriter &of) const
 
         aFormatIndex = currNodeAttr.getValueByName("formatindex");
         sal_Int16 formatindex = (sal_Int16)aFormatIndex.toInt32();
+        // Ensure the new reserved range is not used anymore, free usage start
+        // was up'ed from 50 to 60.
+        if (50 <= formatindex && formatindex < 60)
+            incErrorInt( "Error: Reserved formatindex=\"%d\" in FormatElement, free usage starts at 60.\n", formatindex);
         if (!aFormatIndexSet.insert( formatindex).second)
             incErrorInt( "Error: Duplicated formatindex=\"%d\" in FormatElement.\n", formatindex);
         of.writeIntParameter("Formatindex", formatCount, formatindex);
diff --git a/i18npool/source/localedata/data/ar_DZ.xml b/i18npool/source/localedata/data/ar_DZ.xml
index 3116c84..16362ce 100644
--- a/i18npool/source/localedata/data/ar_DZ.xml
+++ b/i18npool/source/localedata/data/ar_DZ.xml
@@ -195,16 +195,16 @@
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
       <FormatCode>[NatNum1][~hijri]AM/PMHH:MM YYYY/MM/D</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="50">
+    <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="60">
       <FormatCode>AM/PMHH:MM YYYY/MM/D</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="51">
+    <FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="61">
       <FormatCode>[NatNum1]AM/PMHH:MM YYYY/MM/D</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="52">
+    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="62">
       <FormatCode>[NatNum1]YYYY/MM/DD</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="53">
+    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="63">
       <FormatCode>[NatNum1]General</FormatCode>
     </FormatElement>
   </LC_FORMAT>
diff --git a/i18npool/source/localedata/data/ar_EG.xml b/i18npool/source/localedata/data/ar_EG.xml
index 0d0ea2f..4dfe9be 100644
--- a/i18npool/source/localedata/data/ar_EG.xml
+++ b/i18npool/source/localedata/data/ar_EG.xml
@@ -195,16 +195,16 @@
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
       <FormatCode>[NatNum1][~hijri]AM/PMHH:MM YYYY/MM/D</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="50">
+    <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="60">
       <FormatCode>AM/PMHH:MM YYYY/MM/D</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="51">
+    <FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="61">
       <FormatCode>[NatNum1]AM/PMHH:MM YYYY/MM/D</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="52">
+    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="62">
       <FormatCode>[NatNum1]YYYY/MM/DD</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="53">
+    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="63">
       <FormatCode>[NatNum1]General</FormatCode>
     </FormatElement>
   </LC_FORMAT>
diff --git a/i18npool/source/localedata/data/ar_OM.xml b/i18npool/source/localedata/data/ar_OM.xml
index 99c9574..51a9ece 100644
--- a/i18npool/source/localedata/data/ar_OM.xml
+++ b/i18npool/source/localedata/data/ar_OM.xml
@@ -195,7 +195,7 @@
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
       <FormatCode>DD/MM/YYYY HH:MM:SS AM/PM</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="50">
+    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="60">
       <FormatCode>[NatNum1]General</FormatCode>
     </FormatElement>
   </LC_FORMAT>
diff --git a/i18npool/source/localedata/data/bo_CN.xml b/i18npool/source/localedata/data/bo_CN.xml
index 3e7d794..ba01d81 100644
--- a/i18npool/source/localedata/data/bo_CN.xml
+++ b/i18npool/source/localedata/data/bo_CN.xml
@@ -164,19 +164,19 @@
     <FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="5">
       <FormatCode>[NatNum1]#,###.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER"  formatindex="59">
+    <FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER"  formatindex="69">
       <FormatCode>0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="60">
+    <FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="70">
       <FormatCode>0.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey9" default="false" type="short" usage="FIXED_NUMBER"  formatindex="61">
+    <FormatElement msgid="FixedFormatskey9" default="false" type="short" usage="FIXED_NUMBER"  formatindex="71">
       <FormatCode>#,##0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey10" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="62">
+    <FormatElement msgid="FixedFormatskey10" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="72">
       <FormatCode>#,##0.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="63">
+    <FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="73">
       <FormatCode>#,###.00</FormatCode>
     </FormatElement>
     <!-- Currency formats. taken from zh_CN.xml. -->
@@ -205,10 +205,10 @@
     <FormatElement msgid="PercentFormatskey2" default="true" type="long" usage="PERCENT_NUMBER"  formatindex="9">
       <FormatCode>[NatNum1]0.00%</FormatCode>
     </FormatElement>
-    <FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER"  formatindex="56">
+    <FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER"  formatindex="66">
       <FormatCode>0%</FormatCode>
     </FormatElement>
-    <FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER"  formatindex="57">
+    <FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER"  formatindex="67">
       <FormatCode>0.00%</FormatCode>
     </FormatElement>
     <FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="6">
@@ -217,7 +217,7 @@
     <FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="7">
       <FormatCode>0.00E+00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="58">
+    <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="68">
       <FormatCode>[NatNum1]0.00E+00</FormatCode>
     </FormatElement>
     <FormatElement msgid="ScientificFormatskey4" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="78">
diff --git a/i18npool/source/localedata/data/bo_IN.xml b/i18npool/source/localedata/data/bo_IN.xml
index 53e76f5..b1dd818 100644
--- a/i18npool/source/localedata/data/bo_IN.xml
+++ b/i18npool/source/localedata/data/bo_IN.xml
@@ -164,19 +164,19 @@
     <FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="5">
       <FormatCode>[NatNum1]#,###.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER"  formatindex="59">
+    <FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER"  formatindex="69">
       <FormatCode>0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="60">
+    <FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="70">
       <FormatCode>0.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey9" default="false" type="short" usage="FIXED_NUMBER"  formatindex="61">
+    <FormatElement msgid="FixedFormatskey9" default="false" type="short" usage="FIXED_NUMBER"  formatindex="71">
       <FormatCode>#,##0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey10" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="62">
+    <FormatElement msgid="FixedFormatskey10" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="72">
       <FormatCode>#,##0.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="63">
+    <FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="73">
       <FormatCode>#,###.00</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12">
@@ -204,10 +204,10 @@
     <FormatElement msgid="PercentFormatskey2" default="true" type="long" usage="PERCENT_NUMBER"  formatindex="9">
       <FormatCode>[NatNum1]0.00%</FormatCode>
     </FormatElement>
-    <FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER"  formatindex="56">
+    <FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER"  formatindex="66">
       <FormatCode>0%</FormatCode>
     </FormatElement>
-    <FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER"  formatindex="57">
+    <FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER"  formatindex="67">
       <FormatCode>0.00%</FormatCode>
     </FormatElement>
     <FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="6">
@@ -216,7 +216,7 @@
     <FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="7">
       <FormatCode>0.00E+00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="58">
+    <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="68">
       <FormatCode>[NatNum1]0.00E+00</FormatCode>
     </FormatElement>
     <FormatElement msgid="ScientificFormatskey4" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="78">
diff --git a/i18npool/source/localedata/data/cu_RU.xml b/i18npool/source/localedata/data/cu_RU.xml
index fd28ddf..0d580af 100644
--- a/i18npool/source/localedata/data/cu_RU.xml
+++ b/i18npool/source/localedata/data/cu_RU.xml
@@ -73,7 +73,7 @@
     <FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
       <FormatCode># ###,00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="59">
+    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="69">
       <FormatCode>[NatNum1]0;-0</FormatCode>
     </FormatElement>
     <FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
diff --git a/i18npool/source/localedata/data/dz_BT.xml b/i18npool/source/localedata/data/dz_BT.xml
index d85b1ae4..0f6a067 100644
--- a/i18npool/source/localedata/data/dz_BT.xml
+++ b/i18npool/source/localedata/data/dz_BT.xml
@@ -164,19 +164,19 @@
     <FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="5">
       <FormatCode>[NatNum1]#,###.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER"  formatindex="59">
+    <FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER"  formatindex="69">
       <FormatCode>0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="60">
+    <FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="70">
       <FormatCode>0.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey9" default="false" type="short" usage="FIXED_NUMBER"  formatindex="61">
+    <FormatElement msgid="FixedFormatskey9" default="false" type="short" usage="FIXED_NUMBER"  formatindex="71">
       <FormatCode>#,##0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey10" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="62">
+    <FormatElement msgid="FixedFormatskey10" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="72">
       <FormatCode>#,##0.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="63">
+    <FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="73">
       <FormatCode>#,###.00</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY"  formatindex="12">
@@ -197,22 +197,22 @@
     <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY"  formatindex="17">
       <FormatCode>[NatNum1][CURRENCY]#,##0.--;[NatNum1][RED]-[CURRENCY]#,##0.--</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY"  formatindex="50">
+    <FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY"  formatindex="60">
       <FormatCode>[CURRENCY]#,##0;-[CURRENCY]#,##0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY"  formatindex="51">
+    <FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY"  formatindex="61">
       <FormatCode>[CURRENCY]#,##0.00;-[CURRENCY]#,##0.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY"  formatindex="52">
+    <FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY"  formatindex="62">
       <FormatCode>[CURRENCY]#,##0;[RED]-[CURRENCY]#,##0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey10" default="false" type="medium" usage="CURRENCY"  formatindex="53">
+    <FormatElement msgid="CurrencyFormatskey10" default="false" type="medium" usage="CURRENCY"  formatindex="63">
       <FormatCode>[CURRENCY]#,##0.00;[RED]-[CURRENCY]#,##0.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey11" default="false" type="medium" usage="CURRENCY"  formatindex="54">
+    <FormatElement msgid="CurrencyFormatskey11" default="false" type="medium" usage="CURRENCY"  formatindex="64">
       <FormatCode>#,##0.00 CCC</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey12" default="false" type="medium" usage="CURRENCY"  formatindex="55">
+    <FormatElement msgid="CurrencyFormatskey12" default="false" type="medium" usage="CURRENCY"  formatindex="65">
       <FormatCode>[CURRENCY]#,##0.--;[RED]-[CURRENCY]#,##0.--</FormatCode>
     </FormatElement>
     <FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER"  formatindex="8">
@@ -222,10 +222,10 @@
     <FormatElement msgid="PercentFormatskey2" default="true" type="long" usage="PERCENT_NUMBER"  formatindex="9">
       <FormatCode>[NatNum1]0.00%</FormatCode>
     </FormatElement>
-    <FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER"  formatindex="56">
+    <FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER"  formatindex="66">
       <FormatCode>0%</FormatCode>
     </FormatElement>
-    <FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER"  formatindex="57">
+    <FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER"  formatindex="67">
       <FormatCode>0.00%</FormatCode>
     </FormatElement>
     <FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="6">
@@ -234,7 +234,7 @@
     <FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="7">
       <FormatCode>0.00E+00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="58">
+    <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="68">
       <FormatCode>[NatNum1]0.00E+00</FormatCode>
     </FormatElement>
     <FormatElement msgid="ScientificFormatskey4" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="78">
diff --git a/i18npool/source/localedata/data/en_US.xml b/i18npool/source/localedata/data/en_US.xml
index b1cd333..c765bc5 100644
--- a/i18npool/source/localedata/data/en_US.xml
+++ b/i18npool/source/localedata/data/en_US.xml
@@ -71,10 +71,10 @@
     <FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
       <FormatCode>#,###.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="70">
+    <FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="80">
       <FormatCode>#,##0_);(#,##0)</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="71">
+    <FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="81">
       <FormatCode>#,##0.00_);(#,##0.00)</FormatCode>
     </FormatElement>
     <FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
@@ -110,10 +110,10 @@
     <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
       <FormatCode>[CURRENCY]#,##0.--;[RED]-[CURRENCY]#,##0.--</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY"  formatindex="72">
+    <FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY"  formatindex="82">
       <FormatCode>[CURRENCY]* #,##0;-[CURRENCY]* #,##0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY"  formatindex="73">
+    <FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY"  formatindex="83">
       <FormatCode>[CURRENCY]* #,##0.00;-[CURRENCY]* #,##0.00</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18">
@@ -209,34 +209,34 @@
     </FormatElement>
   </LC_FORMAT>
   <LC_FORMAT_1>
-    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="50">
+    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="60">
       <FormatCode>[~jewish]NNNND MMMM YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey23" default="false" type="long" usage="DATE" formatindex="51">
+    <FormatElement msgid="DateFormatskey23" default="false" type="long" usage="DATE" formatindex="61">
       <FormatCode>[~jewish]NNNNMMMM D YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="52">
+    <FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="62">
       <FormatCode>[~jewish]NN MMMM D YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey25" default="false" type="long" usage="DATE" formatindex="53">
+    <FormatElement msgid="DateFormatskey25" default="false" type="long" usage="DATE" formatindex="63">
       <FormatCode>[~jewish]NN D MMMM YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey26" default="false" type="long" usage="DATE" formatindex="54">
+    <FormatElement msgid="DateFormatskey26" default="false" type="long" usage="DATE" formatindex="64">
       <FormatCode>[~jewish]D MMMM YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey27" default="false" type="long" usage="DATE" formatindex="55">
+    <FormatElement msgid="DateFormatskey27" default="false" type="long" usage="DATE" formatindex="65">
       <FormatCode>[~jewish]MMMM D YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="56">
+    <FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="66">
       <FormatCode>[~jewish]D MMMM</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey29" default="false" type="medium" usage="DATE" formatindex="57">
+    <FormatElement msgid="DateFormatskey29" default="false" type="medium" usage="DATE" formatindex="67">
       <FormatCode>[~jewish]MMMM D</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="58">
+    <FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="68">
       <FormatCode>[~jewish]MMMM YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey31" default="false" type="medium" usage="DATE" formatindex="59">
+    <FormatElement msgid="DateFormatskey31" default="false" type="medium" usage="DATE" formatindex="69">
       <FormatCode>[~jewish]MMMM</FormatCode>
     </FormatElement>
   </LC_FORMAT_1>
diff --git a/i18npool/source/localedata/data/he_IL.xml b/i18npool/source/localedata/data/he_IL.xml
index 3dc0c7c..541bfe8 100644
--- a/i18npool/source/localedata/data/he_IL.xml
+++ b/i18npool/source/localedata/data/he_IL.xml
@@ -117,13 +117,13 @@
     <FormatElement msgid="DateFormatskey21" default="false" type="medium" usage="DATE" formatindex="38">
       <FormatCode>WW</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="50">
+    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="60">
       <FormatCode>[NatNum2][~jewish]YY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="51">
+    <FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="61">
       <FormatCode>[NatNum2][~jewish]NNN DD MMMM YY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="52">
+    <FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="62">
       <FormatCode>[NatNum2][~jewish]"יום "NN"׳ "DD MMMM YY</FormatCode>
     </FormatElement>
     <FormatElement msgid="TimeFormatskey1" default="true" type="short" usage="TIME"  formatindex="39">
diff --git a/i18npool/source/localedata/data/hr_HR.xml b/i18npool/source/localedata/data/hr_HR.xml
index e51dfc2..b54594d 100644
--- a/i18npool/source/localedata/data/hr_HR.xml
+++ b/i18npool/source/localedata/data/hr_HR.xml
@@ -198,16 +198,16 @@
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
       <FormatCode>DD.MM.YYYY HH:MM:SS AM/PM</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="50">
+    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="60">
       <FormatCode>#.##0,00;[RED]-#.##0,00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="51">
+    <FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="61">
       <FormatCode>#.###,00;[RED]-#.###,00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="52">
+    <FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="62">
       <FormatCode>DD. MM. YYYY.</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey25" default="false" type="short" usage="DATE" formatindex="53">
+    <FormatElement msgid="DateFormatskey25" default="false" type="short" usage="DATE" formatindex="63">
       <FormatCode>MM/YY</FormatCode>
     </FormatElement>
   </LC_FORMAT>
diff --git a/i18npool/source/localedata/data/ja_JP.xml b/i18npool/source/localedata/data/ja_JP.xml
index 5ecd321..7d75260 100644
--- a/i18npool/source/localedata/data/ja_JP.xml
+++ b/i18npool/source/localedata/data/ja_JP.xml
@@ -195,10 +195,10 @@
     <FormatElement msgid="TimeFormatskey7" default="false" type="medium" usage="TIME" formatindex="45">
       <FormatCode>[HH]:MM:SS.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="52">
+    <FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="62">
       <FormatCode>H時MM分</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="53">
+    <FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="63">
       <FormatCode>H時MM分SS秒</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateTimeFormatskey1" default="false" type="long" usage="DATE_TIME" formatindex="46">
@@ -207,10 +207,10 @@
     <FormatElement msgid="DateTimeFormatskey3" default="false" type="long" usage="DATE_TIME" formatindex="47">
       <FormatCode>YYYY/M/D H:MM:SS</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey2" default="true" type="long" usage="DATE_TIME" formatindex="55">
+    <FormatElement msgid="DateTimeFormatskey2" default="true" type="long" usage="DATE_TIME" formatindex="65">
       <FormatCode>YYYY/M/D H:MM</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="54">
+    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="64">
       <FormatCode>GE.MM.DD</FormatCode>
     </FormatElement>
   </LC_FORMAT>
diff --git a/i18npool/source/localedata/data/km_KH.xml b/i18npool/source/localedata/data/km_KH.xml
index 6bdbce7..61195ea 100644
--- a/i18npool/source/localedata/data/km_KH.xml
+++ b/i18npool/source/localedata/data/km_KH.xml
@@ -71,13 +71,13 @@
     <FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
       <FormatCode>#.###,00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="52">
+    <FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="62">
       <FormatCode>[NatNum1]0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="53">
+    <FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="63">
       <FormatCode>[NatNum1]0,00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER" formatindex="54">
+    <FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER" formatindex="64">
       <FormatCode>[NatNum1]#.###,00</FormatCode>
     </FormatElement>
     <FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
@@ -89,10 +89,10 @@
     <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="78">
       <FormatCode>##0,00E+00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="58">
+    <FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="68">
       <FormatCode>[NatNum1]0%</FormatCode>
     </FormatElement>
-    <FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="59">
+    <FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="69">
       <FormatCode>[NatNum1]0,00%</FormatCode>
     </FormatElement>
     <FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
@@ -119,13 +119,13 @@
     <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
       <FormatCode>#.##0[CURRENCY].--;[RED]-#.##0[CURRENCY].--</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY" formatindex="55">
+    <FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY" formatindex="65">
       <FormatCode>[NatNum1]#.##0[CURRENCY];-#.##0[CURRENCY]</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY" formatindex="56">
+    <FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY" formatindex="66">
       <FormatCode>[NatNum1]#.##0[CURRENCY].--;[RED]-#.##0[CURRENCY].--</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY" formatindex="57">
+    <FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY" formatindex="67">
       <FormatCode>[NatNum1]#.##0,00[CURRENCY];[RED]-#.##0,00[CURRENCY]</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18">
diff --git a/i18npool/source/localedata/data/ko_KR.xml b/i18npool/source/localedata/data/ko_KR.xml
index 8c3f830..cf3ad3e 100644
--- a/i18npool/source/localedata/data/ko_KR.xml
+++ b/i18npool/source/localedata/data/ko_KR.xml
@@ -77,7 +77,7 @@
     <FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
       <FormatCode>0.00E+00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="91">
+    <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="101">
       <FormatCode>##0.00E+00</FormatCode>
     </FormatElement>
     <FormatElement msgid="PercentFormatskey1" default="true" type="medium" usage="PERCENT_NUMBER" formatindex="8">
@@ -168,88 +168,88 @@
     <FormatElement msgid="DataFormatskey21" default="false" type="medium" usage="DATE" formatindex="38">
       <FormatCode>"제"WW"주"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="51">
+    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="61">
       <FormatCode>YYYY"년" M"월"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="52">
+    <FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="62">
       <FormatCode>YYYY"년도 제"Q"사분기"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="53">
+    <FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="63">
       <FormatCode>YY"年" M"月"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="54">
+    <FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="64">
       <FormatCode>YYYY"年" M"月"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey26" default="false" type="medium" usage="DATE" formatindex="55">
+    <FormatElement msgid="DateFormatskey26" default="false" type="medium" usage="DATE" formatindex="65">
       <FormatCode>[NatNum1]YYYY"年度 第"QQ"四分期"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="56">
+    <FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="66">
       <FormatCode>[NatNum1]YY"年度 第"QQ"四分期"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="57">
+    <FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="67">
       <FormatCode>M"月"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey29" default="false" type="medium" usage="DATE" formatindex="58">
+    <FormatElement msgid="DateFormatskey29" default="false" type="medium" usage="DATE" formatindex="68">
       <FormatCode>"第"WW"週"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="59">
+    <FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="69">
       <FormatCode>YY-M</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey31" default="false" type="long" usage="DATE" formatindex="60">
+    <FormatElement msgid="DateFormatskey31" default="false" type="long" usage="DATE" formatindex="70">
       <FormatCode>YYYY-M</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="61">
+    <FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="71">
       <FormatCode>YY/M/D NNNN</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey34" default="true" type="long" usage="DATE" formatindex="62">
+    <FormatElement msgid="DateFormatskey34" default="true" type="long" usage="DATE" formatindex="72">
       <FormatCode>YYYY/M/D NNNN</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey35" default="false" type="long" usage="DATE" formatindex="63">
+    <FormatElement msgid="DateFormatskey35" default="false" type="long" usage="DATE" formatindex="73">
       <FormatCode>YY/M</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey36" default="false" type="long" usage="DATE" formatindex="64">
+    <FormatElement msgid="DateFormatskey36" default="false" type="long" usage="DATE" formatindex="74">
       <FormatCode>M/D</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DataFormatskey37" default="false" type="medium" usage="DATE" formatindex="77">
+    <FormatElement msgid="DataFormatskey37" default="false" type="medium" usage="DATE" formatindex="87">
       <FormatCode>YYYY. M. D.</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey38" default="false" type="medium" usage="DATE" formatindex="78">
+    <FormatElement msgid="DateFormatskey38" default="false" type="medium" usage="DATE" formatindex="88">
       <FormatCode>YYYY. M. D. (NN)</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey39" default="false" type="medium" usage="DATE" formatindex="79">
+    <FormatElement msgid="DateFormatskey39" default="false" type="medium" usage="DATE" formatindex="89">
       <FormatCode>YYYY. M. D. NNNN</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey40" default="false" type="medium" usage="DATE" formatindex="80">
+    <FormatElement msgid="DateFormatskey40" default="false" type="medium" usage="DATE" formatindex="90">
       <FormatCode>[~hanja]YYYY. M. D. (NN)</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey41" default="false" type="medium" usage="DATE" formatindex="81">
+    <FormatElement msgid="DateFormatskey41" default="false" type="medium" usage="DATE" formatindex="91">
       <FormatCode>[~hanja]YYYY. M. D. NNNN</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DataFormatskey42" default="false" type="medium" usage="DATE" formatindex="82">
+    <FormatElement msgid="DataFormatskey42" default="false" type="medium" usage="DATE" formatindex="92">
       <FormatCode>YY. M. D.</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey43" default="false" type="medium" usage="DATE" formatindex="83">
+    <FormatElement msgid="DateFormatskey43" default="false" type="medium" usage="DATE" formatindex="93">
       <FormatCode>YY. M. D. (NN)</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey44" default="false" type="medium" usage="DATE" formatindex="84">
+    <FormatElement msgid="DateFormatskey44" default="false" type="medium" usage="DATE" formatindex="94">
       <FormatCode>YY. M. D. NNNN</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey45" default="false" type="medium" usage="DATE" formatindex="85">
+    <FormatElement msgid="DateFormatskey45" default="false" type="medium" usage="DATE" formatindex="95">
       <FormatCode>[~hanja]YY. M. D. (NN)</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey46" default="false" type="medium" usage="DATE" formatindex="86">
+    <FormatElement msgid="DateFormatskey46" default="false" type="medium" usage="DATE" formatindex="96">
       <FormatCode>[~hanja]YY. M. D. NNNN</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey47" default="false" type="medium" usage="DATE" formatindex="87">
+    <FormatElement msgid="DateFormatskey47" default="false" type="medium" usage="DATE" formatindex="97">
       <FormatCode>YY"년" M"월" D"일" (NN)</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey48" default="false" type="medium" usage="DATE" formatindex="88">
+    <FormatElement msgid="DateFormatskey48" default="false" type="medium" usage="DATE" formatindex="98">
       <FormatCode>YYYY"년" M"월" D"일" (NN)</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey49" default="false" type="medium" usage="DATE" formatindex="89">
+    <FormatElement msgid="DateFormatskey49" default="false" type="medium" usage="DATE" formatindex="99">
       <FormatCode>[~hanja]YYYY"年" M"月" D"日" (NN)</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey50" default="false" type="medium" usage="DATE" formatindex="90">
+    <FormatElement msgid="DateFormatskey50" default="false" type="medium" usage="DATE" formatindex="100">
       <FormatCode>[~hanja]YY"年" M"月" D"日" (NN)</FormatCode>
     </FormatElement>
     <FormatElement msgid="TimeFormatskey1" default="false" type="medium" usage="TIME" formatindex="39">
@@ -273,28 +273,28 @@
     <FormatElement msgid="TimeFormatskey7" default="false" type="medium" usage="TIME" formatindex="45">
       <FormatCode>[H]:M:S.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey8" default="false" type="medium" usage="TIME" formatindex="65">
+    <FormatElement msgid="TimeFormatskey8" default="false" type="medium" usage="TIME" formatindex="75">
       <FormatCode>H"時" M"分"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="66">
+    <FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="76">
       <FormatCode>H:M</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="67">
+    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="77">
       <FormatCode>H"時" M"分" S"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME" formatindex="68">
+    <FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME" formatindex="78">
       <FormatCode>H:M:S</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="69">
+    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="79">
       <FormatCode>[~hanja]AM/PM H"時" M"分" S"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="70">
+    <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="80">
       <FormatCode>AM/PM H:M:S</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey14" default="false" type="medium" usage="TIME" formatindex="71">
+    <FormatElement msgid="TimeFormatskey14" default="false" type="medium" usage="TIME" formatindex="81">
       <FormatCode>[~hanja]AM/PM H"時" M"分"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey15" default="false" type="medium" usage="TIME" formatindex="72">
+    <FormatElement msgid="TimeFormatskey15" default="false" type="medium" usage="TIME" formatindex="82">
       <FormatCode>AM/PM H:M</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateTimeFormatskey1" default="false" type="medium" usage="DATE_TIME" formatindex="46">
@@ -303,19 +303,19 @@
     <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="47">
       <FormatCode>YYYY. M. D. H:M:S</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey2" default="true" type="medium" usage="DATE_TIME" formatindex="50">
+    <FormatElement msgid="DateTimeFormatskey2" default="true" type="medium" usage="DATE_TIME" formatindex="60">
       <FormatCode>YYYY"년" M"월" D"일" H"시" M"분" S"초"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="73">
+    <FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="83">
       <FormatCode>YY"年" M"月" D"日" H"時" M"分" S"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey5" default="false" type="medium" usage="DATE_TIME" formatindex="74">
+    <FormatElement msgid="DateTimeFormatskey5" default="false" type="medium" usage="DATE_TIME" formatindex="84">
       <FormatCode>YY/M/D H:M</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey6" default="false" type="medium" usage="DATE_TIME" formatindex="75">
+    <FormatElement msgid="DateTimeFormatskey6" default="false" type="medium" usage="DATE_TIME" formatindex="85">
       <FormatCode>YY. M. D. H:M</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey7" default="false" type="medium" usage="DATE_TIME" formatindex="76">
+    <FormatElement msgid="DateTimeFormatskey7" default="false" type="medium" usage="DATE_TIME" formatindex="86">
       <FormatCode>YYYY"年" M"月" D"日" H"時" M"分" S"秒"</FormatCode>
     </FormatElement>
   </LC_FORMAT>
diff --git a/i18npool/source/localedata/data/lo_LA.xml b/i18npool/source/localedata/data/lo_LA.xml
index 5bea074..f9a9260e 100644
--- a/i18npool/source/localedata/data/lo_LA.xml
+++ b/i18npool/source/localedata/data/lo_LA.xml
@@ -168,7 +168,7 @@
     <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="38">
       <FormatCode>WW</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey10" default="true" type="long" usage="DATE" formatindex="50">
+    <FormatElement msgid="DateFormatskey10" default="true" type="long" usage="DATE" formatindex="60">
       <FormatCode>NNNN "ວັນທີ" DD "ເດືອນ" MMMM "ປີ" YYYY</FormatCode>
     </FormatElement>
     <FormatElement msgid="TimeFormatskey1" default="true" type="short" usage="TIME" formatindex="39">
diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd
index 99f0778..2898ee4 100644
--- a/i18npool/source/localedata/data/locale.dtd
+++ b/i18npool/source/localedata/data/locale.dtd
@@ -205,8 +205,8 @@
     The following FormatElements must follow specific rules:
 
     All:
-        The format indices 0..49 are reserved and, for backwards compatibility,
-        MUST be used as stated in
+        The format indices 0..59 are reserved and, for backwards compatibility,
+        indices 0..49 MUST be used as stated in
         offapi/com/sun/star/i18n/NumberFormatIndex.idl (
         http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/i18n/NumberFormatIndex.idl )
         Note that indices 10 ("# ?/?"), 11 ("# ??/??"), 48 (BOOLEAN) and 49 (@
@@ -236,7 +236,7 @@
 
         If you want to define yet more formats than the preset and reserved
         0..49 range that's fine, only make sure those formatindex="..." values
-        are each >=50 and all values are unique within one locale.
+        are each >=60 and all values are unique within one locale.
 
     Of usage="FIXED_NUMBER":
         formatindex="0" MUST be the format containing the 'General' keyword.
diff --git a/i18npool/source/localedata/data/lt_LT.xml b/i18npool/source/localedata/data/lt_LT.xml
index c5a5323..345c5d3 100644
--- a/i18npool/source/localedata/data/lt_LT.xml
+++ b/i18npool/source/localedata/data/lt_LT.xml
@@ -169,7 +169,7 @@
     <FormatElement msgid="DateFormatskey20" default="false" type="medium" usage="DATE" formatindex="38">
       <FormatCode>WW</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey21" default="false" type="medium" usage="DATE" formatindex="50">
+    <FormatElement msgid="DateFormatskey21" default="false" type="medium" usage="DATE" formatindex="60">
       <FormatCode>YYYY MMMM DD NN</FormatCode>
     </FormatElement>
     <FormatElement msgid="TimeFormatskey1" default="true" type="short" usage="TIME" formatindex="39">
@@ -193,19 +193,19 @@
     <FormatElement msgid="TimeFormatskey7" default="false" type="medium" usage="TIME" formatindex="45">
       <FormatCode>[HH]:MM:SS,00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="51">
+    <FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="61">
       <FormatCode>H"."MM "val."</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="52">
+    <FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="62">
       <FormatCode>H "val." M "min."</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="53">
+    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="63">
       <FormatCode>H "val." MM "min." SS "sek."</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey11" default="false" type="short" usage="TIME" formatindex="54">
+    <FormatElement msgid="TimeFormatskey11" default="false" type="short" usage="TIME" formatindex="64">
       <FormatCode>H "h" M "min"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="55">
+    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="65">
       <FormatCode>H "h" M "min" S "s"</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateTimeFormatskey1" default="true" type="medium" usage="DATE_TIME" formatindex="46">
diff --git a/i18npool/source/localedata/data/my_MM.xml b/i18npool/source/localedata/data/my_MM.xml
index b48e4ee..c78b949 100644
--- a/i18npool/source/localedata/data/my_MM.xml
+++ b/i18npool/source/localedata/data/my_MM.xml
@@ -71,22 +71,22 @@
     <FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
       <FormatCode>[NatNum1]#,###.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="50">
+    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="60">
       <FormatCode>General</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey8" default="false" type="short" usage="FIXED_NUMBER" formatindex="51">
+    <FormatElement msgid="FixedFormatskey8" default="false" type="short" usage="FIXED_NUMBER" formatindex="61">
       <FormatCode>0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER" formatindex="52">
+    <FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER" formatindex="62">
       <FormatCode>0.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey10" default="false" type="short" usage="FIXED_NUMBER" formatindex="53">
+    <FormatElement msgid="FixedFormatskey10" default="false" type="short" usage="FIXED_NUMBER" formatindex="63">
       <FormatCode>#,##0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER" formatindex="54">
+    <FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER" formatindex="64">
       <FormatCode>#,##0.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey12" default="false" type="medium" usage="FIXED_NUMBER" formatindex="55">
+    <FormatElement msgid="FixedFormatskey12" default="false" type="medium" usage="FIXED_NUMBER" formatindex="65">
       <FormatCode>#,###.00</FormatCode>
     </FormatElement>
     <FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
@@ -98,10 +98,10 @@
     <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="78">
       <FormatCode>##0.00E+00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="58">
+    <FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="68">
       <FormatCode>[NatNum1]0%</FormatCode>
     </FormatElement>
-    <FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="59">
+    <FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="69">
       <FormatCode>[NatNum1]0.00%</FormatCode>
     </FormatElement>
     <FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
@@ -128,13 +128,13 @@
     <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
       <FormatCode>[CURRENCY]#,##0.--;[RED]-[CURRENCY]#,##0.--</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey7" default="true" type="medium" usage="CURRENCY" formatindex="80">
+    <FormatElement msgid="CurrencyFormatskey7" default="true" type="medium" usage="CURRENCY" formatindex="90">
       <FormatCode>[NatNum1]#,##0[CURRENCY];[NatNum1]-#,##0[CURRENCY]</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey8" default="true" type="long" usage="CURRENCY" formatindex="81">
+    <FormatElement msgid="CurrencyFormatskey8" default="true" type="long" usage="CURRENCY" formatindex="91">
       <FormatCode>[NatNum1]#,##0 [CURRENCY];[NatNum1]-#,##0 [CURRENCY]</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey9" default="false" type="long" usage="CURRENCY" formatindex="82">
+    <FormatElement msgid="CurrencyFormatskey9" default="false" type="long" usage="CURRENCY" formatindex="92">
       <FormatCode>[NatNum1]#,##0 [CURRENCY];[RED][NatNum1]-#,##0 [CURRENCY]</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey1" default="false" type="short" usage="DATE" formatindex="18">
@@ -201,31 +201,31 @@
     <FormatElement msgid="DateFormatskey21" default="false" type="medium" usage="DATE" formatindex="38">
       <FormatCode>WW</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey22" default="true" type="medium" usage="DATE" formatindex="60">
+    <FormatElement msgid="DateFormatskey22" default="true" type="medium" usage="DATE" formatindex="70">
       <FormatCode>[NatNum1]DD/MM/YY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey23" default="true" type="short" usage="DATE" formatindex="61">
+    <FormatElement msgid="DateFormatskey23" default="true" type="short" usage="DATE" formatindex="71">
       <FormatCode>[NatNum1]D/M/YY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="62">
+    <FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="72">
       <FormatCode>[NatNum1]DD/MM/YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="63">
+    <FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="73">
       <FormatCode>[NatNum1]DD-MM-YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey26" default="false" type="long" usage="DATE" formatindex="64">
+    <FormatElement msgid="DateFormatskey26" default="false" type="long" usage="DATE" formatindex="74">
       <FormatCode>[NatNum1]D. MMM. YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey27" default="false" type="long" usage="DATE" formatindex="65">
+    <FormatElement msgid="DateFormatskey27" default="false" type="long" usage="DATE" formatindex="75">
       <FormatCode>[NatNum1]D. MMMM YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey28" default="true" type="long" usage="DATE" formatindex="66">
+    <FormatElement msgid="DateFormatskey28" default="true" type="long" usage="DATE" formatindex="76">
       <FormatCode>[NatNum1]NNN၊ MMMM D၊ YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey29" default="false" type="long" usage="DATE" formatindex="67">
+    <FormatElement msgid="DateFormatskey29" default="false" type="long" usage="DATE" formatindex="77">
       <FormatCode>[NatNum1]MMMM D</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="68">
+    <FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="79">
       <FormatCode>[NatNum1]YYYYခုနှစ်၊ MMMMလ Dရက် NNNနေ့</FormatCode>
     </FormatElement>
     <FormatElement msgid="TimeFormatskey1" default="false" type="short" usage="TIME" formatindex="39">
@@ -249,13 +249,13 @@
     <FormatElement msgid="TimeFormatskey7" default="false" type="medium" usage="TIME" formatindex="45">
       <FormatCode>[HH]:MM:SS.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey8" default="true" type="short" usage="TIME" formatindex="70">
+    <FormatElement msgid="TimeFormatskey8" default="true" type="short" usage="TIME" formatindex="80">
       <FormatCode>[NatNum1]HH:MM</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey9" default="true" type="medium" usage="TIME" formatindex="71">
+    <FormatElement msgid="TimeFormatskey9" default="true" type="medium" usage="TIME" formatindex="81">
       <FormatCode>[NatNum1]HH:MM:SS</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="72">
+    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="82">
       <FormatCode>[NatNum1]HHနာရီ MMမိနစ်</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateTimeFormatskey1" default="true" type="medium" usage="DATE_TIME" formatindex="46">
@@ -264,7 +264,7 @@
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
       <FormatCode>DD/MM/YYYY HH:MM:SS</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="73">
+    <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="83">
       <FormatCode>[NatNum1]DD/MM/YYYY HH:MM:SS</FormatCode>
     </FormatElement>
   </LC_FORMAT>
diff --git a/i18npool/source/localedata/data/pl_PL.xml b/i18npool/source/localedata/data/pl_PL.xml
index c8d2dbc..b05b213 100644
--- a/i18npool/source/localedata/data/pl_PL.xml
+++ b/i18npool/source/localedata/data/pl_PL.xml
@@ -195,7 +195,7 @@
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
       <FormatCode>YYYY-MM-DD HH:MM:SS</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey3" default="true" type="medium" usage="DATE_TIME" formatindex="50">
+    <FormatElement msgid="DateTimeFormatskey3" default="true" type="medium" usage="DATE_TIME" formatindex="60">
       <FormatCode>YYYY-MM-DD HH:MM</FormatCode>
     </FormatElement>
   </LC_FORMAT>
diff --git a/i18npool/source/localedata/data/pt_PT.xml b/i18npool/source/localedata/data/pt_PT.xml
index a28c642..a8bb011 100644
--- a/i18npool/source/localedata/data/pt_PT.xml
+++ b/i18npool/source/localedata/data/pt_PT.xml
@@ -117,43 +117,43 @@
     <FormatElement msgid="DateFormatskey21" default="false" type="medium" usage="DATE" formatindex="38">
       <FormatCode>WW</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="50">
+    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="60">
       <FormatCode>QQ "de" AAAA</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="51">
+    <FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="61">
       <FormatCode>Q "de" AA</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="52">
+    <FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="62">
       <FormatCode>Q "de" AAAA</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="53">
+    <FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="63">
       <FormatCode>DD-MMM-AA</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey26" default="false" type="medium" usage="DATE" formatindex="54">
+    <FormatElement msgid="DateFormatskey26" default="false" type="medium" usage="DATE" formatindex="64">
       <FormatCode>DD-MMM-AAAA</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="56">
+    <FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="66">
       <FormatCode>MMMM-AAAA</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="57">
+    <FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="67">
       <FormatCode>MMM-AAAA</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey29" default="false" type="medium" usage="DATE" formatindex="58">
+    <FormatElement msgid="DateFormatskey29" default="false" type="medium" usage="DATE" formatindex="68">
       <FormatCode>MMMM-AA</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="59">
+    <FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="69">
       <FormatCode>MMM-AA</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey31" default="false" type="medium" usage="DATE" formatindex="60">
+    <FormatElement msgid="DateFormatskey31" default="false" type="medium" usage="DATE" formatindex="70">
       <FormatCode>D-MMMM-AAAA</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey32" default="false" type="medium" usage="DATE" formatindex="61">
+    <FormatElement msgid="DateFormatskey32" default="false" type="medium" usage="DATE" formatindex="71">
       <FormatCode>D-MMMM-AA</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="62">
+    <FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="72">
       <FormatCode>MMMM "de" AAAA</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey34" default="false" type="long" usage="DATE" formatindex="63">
+    <FormatElement msgid="DateFormatskey34" default="false" type="long" usage="DATE" formatindex="73">
       <FormatCode>MMM "de" AAAA</FormatCode>
     </FormatElement>
     <FormatElement msgid="TimeFormatskey1" default="true" type="short" usage="TIME"  formatindex="39">
@@ -183,7 +183,7 @@
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME"  formatindex="47">
       <FormatCode>DD-MM-AAAA HH:MM:SS</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME"  formatindex="55">
+    <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME"  formatindex="65">
       <FormatCode>AAAA-MM-DD HH:MM</FormatCode>
     </FormatElement>
     <FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER"  formatindex="0">
diff --git a/i18npool/source/localedata/data/th_TH.xml b/i18npool/source/localedata/data/th_TH.xml
index 5005144..a3a94e0 100644
--- a/i18npool/source/localedata/data/th_TH.xml
+++ b/i18npool/source/localedata/data/th_TH.xml
@@ -192,115 +192,115 @@
     <FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="7">
       <FormatCode>0.00E+00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="88">
+    <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="98">
       <FormatCode>##0.00E+00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="51">
+    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="61">
       <FormatCode>[~buddhist]DD/MM/YY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="52">
+    <FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="62">
       <FormatCode>[~buddhist]DD/MM/YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="53">
+    <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="63">
       <FormatCode>[~buddhist]DD/MM/YY HH:MM</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="54">
+    <FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="64">
       <FormatCode>[~buddhist]DD/MM/YYYY HH:MM:SS</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey24" default="false" type="short" usage="DATE" formatindex="55">
+    <FormatElement msgid="DateFormatskey24" default="false" type="short" usage="DATE" formatindex="65">
       <FormatCode>D/M/YY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey25" default="false" type="long" usage="DATE" formatindex="56">
+    <FormatElement msgid="DateFormatskey25" default="false" type="long" usage="DATE" formatindex="66">
       <FormatCode>D MMM YY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey26" default="false" type="short" usage="DATE" formatindex="57">
+    <FormatElement msgid="DateFormatskey26" default="false" type="short" usage="DATE" formatindex="67">
       <FormatCode>[NatNum1][~buddhist]D/M/YY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="58">
+    <FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="68">
       <FormatCode>[NatNum1][~buddhist]DD/MM/YY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="59">
+    <FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="69">
       <FormatCode>[NatNum1][~buddhist]DD/MM/YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey29" default="false" type="long" usage="DATE" formatindex="60">
+    <FormatElement msgid="DateFormatskey29" default="false" type="long" usage="DATE" formatindex="70">
       <FormatCode>[NatNum1][~buddhist]D MMM YY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey30" default="false" type="long" usage="DATE" formatindex="61">
+    <FormatElement msgid="DateFormatskey30" default="false" type="long" usage="DATE" formatindex="71">
       <FormatCode>[NatNum1][~buddhist]NN D MMM YY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey31" default="false" type="long" usage="DATE" formatindex="62">
+    <FormatElement msgid="DateFormatskey31" default="false" type="long" usage="DATE" formatindex="72">
       <FormatCode>[NatNum1][~buddhist]D MMM YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey32" default="false" type="long" usage="DATE" formatindex="63">
+    <FormatElement msgid="DateFormatskey32" default="false" type="long" usage="DATE" formatindex="73">
       <FormatCode>[NatNum1][~buddhist]D MMMM YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="64">
+    <FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="74">
       <FormatCode>[NatNum1][~buddhist]NN D MMMM YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey34" default="false" type="long" usage="DATE" formatindex="65">
+    <FormatElement msgid="DateFormatskey34" default="false" type="long" usage="DATE" formatindex="75">
       <FormatCode>[NatNum1][~buddhist]วันNNNNที่ D MMMM GG YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey35" default="false" type="long" usage="DATE" formatindex="66">
+    <FormatElement msgid="DateFormatskey35" default="false" type="long" usage="DATE" formatindex="76">
       <FormatCode>[NatNum1][~buddhist]วันNNNNที่ D MMMM YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey5" default="false" type="medium" usage="DATE_TIME" formatindex="67">
+    <FormatElement msgid="DateTimeFormatskey5" default="false" type="medium" usage="DATE_TIME" formatindex="77">
       <FormatCode>[NatNum1][~buddhist]DD/MM/YY HH:MM</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey6" default="false" type="medium" usage="DATE_TIME" formatindex="68">
+    <FormatElement msgid="DateTimeFormatskey6" default="false" type="medium" usage="DATE_TIME" formatindex="78">
       <FormatCode>[NatNum1][~buddhist]DD/MM/YYYY HH:MM:SS</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="69">
+    <FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="79">
       <FormatCode>[NatNum1]HH:MM</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatsKey9" default="false" type="medium" usage="TIME" formatindex="70">
+    <FormatElement msgid="TimeFormatsKey9" default="false" type="medium" usage="TIME" formatindex="80">
       <FormatCode>[NatNum1]HH:MM:SS</FormatCode>
     </FormatElement>
-    <FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER"  formatindex="71">
+    <FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER"  formatindex="81">
       <FormatCode>[NatNum1]0%</FormatCode>
     </FormatElement>
-    <FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER"  formatindex="72">
+    <FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER"  formatindex="82">
       <FormatCode>[NatNum1]0.00%</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="50">
+    <FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="60">
       <FormatCode>[NatNum1]Standard</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey8" default="false" type="short" usage="FIXED_NUMBER"  formatindex="73">
+    <FormatElement msgid="FixedFormatskey8" default="false" type="short" usage="FIXED_NUMBER"  formatindex="83">
       <FormatCode>[NatNum1]0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="74">
+    <FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="84">
       <FormatCode>[NatNum1]0.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey10" default="false" type="short" usage="FIXED_NUMBER"  formatindex="75">
+    <FormatElement msgid="FixedFormatskey10" default="false" type="short" usage="FIXED_NUMBER"  formatindex="85">
       <FormatCode>[NatNum1]#,##0</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="76">
+    <FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="86">
       <FormatCode>[NatNum1]#,##0.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="FixedFormatskey12" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="77">
+    <FormatElement msgid="FixedFormatskey12" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="87">
       <FormatCode>[NatNum1]#,###.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY"  formatindex="78">
+    <FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY"  formatindex="88">
       <FormatCode>#,##0 [$บาท-41E];-#,##0 [$บาท-41E]</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY"  formatindex="79">
+    <FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY"  formatindex="89">
       <FormatCode>#,##0.00 [$บาท-41E];-#,##0.00 [$บาท-41E]</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY"  formatindex="80">
+    <FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY"  formatindex="90">
       <FormatCode>#,##0 [$บาท-41E];[RED]-#,##0 [$บาท-41E]</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey10" default="false" type="medium" usage="CURRENCY"  formatindex="81">
+    <FormatElement msgid="CurrencyFormatskey10" default="false" type="medium" usage="CURRENCY"  formatindex="91">
       <FormatCode>#,##0.00 [$บาท-41E];[RED]-#,##0.00 [$บาท-41E]</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey11" default="false" type="short" usage="CURRENCY"  formatindex="82">
+    <FormatElement msgid="CurrencyFormatskey11" default="false" type="short" usage="CURRENCY"  formatindex="92">
       <FormatCode>[NatNum1]#,##0 [$บาท-41E];[NatNum1]-#,##0 [$บาท-41E]</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey12" default="false" type="medium" usage="CURRENCY"  formatindex="83">
+    <FormatElement msgid="CurrencyFormatskey12" default="false" type="medium" usage="CURRENCY"  formatindex="93">
       <FormatCode>[NatNum1]#,##0.00 [$บาท-41E];[NatNum1]-#,##0.00 [$บาท-41E]</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey13" default="false" type="medium" usage="CURRENCY"  formatindex="84">
+    <FormatElement msgid="CurrencyFormatskey13" default="false" type="medium" usage="CURRENCY"  formatindex="94">
       <FormatCode>[NatNum1]#,##0 [$บาท-41E];[NatNum1][RED]-#,##0 [$บาท-41E]</FormatCode>
     </FormatElement>
-    <FormatElement msgid="CurrencyFormatskey14" default="false" type="medium" usage="CURRENCY"  formatindex="85">
+    <FormatElement msgid="CurrencyFormatskey14" default="false" type="medium" usage="CURRENCY"  formatindex="95">
       <FormatCode>[NatNum1]#,##0.00 [$บาท-41E];[NatNum1][RED]-#,##0.00 [$บาท-41E]</FormatCode>
     </FormatElement>
 
diff --git a/i18npool/source/localedata/data/tr_TR.xml b/i18npool/source/localedata/data/tr_TR.xml
index 04b840a..a1b9ba9 100644
--- a/i18npool/source/localedata/data/tr_TR.xml
+++ b/i18npool/source/localedata/data/tr_TR.xml
@@ -199,16 +199,16 @@
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
       <FormatCode>DD.MM.YYYY HH:MM:SS</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="51">
+    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="61">
       <FormatCode>DD/MM/YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey23" default="false" type="short" usage="DATE" formatindex="52">
+    <FormatElement msgid="DateFormatskey23" default="false" type="short" usage="DATE" formatindex="62">
       <FormatCode>DD/MM/YY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="53">
+    <FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="63">
       <FormatCode>DD/MMM/YYYY</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="54">
+    <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="64">
       <FormatCode>DD/MM/YYYY HH:MM:SS</FormatCode>
     </FormatElement>
   </LC_FORMAT>
diff --git a/i18npool/source/localedata/data/zh_CN.xml b/i18npool/source/localedata/data/zh_CN.xml
index d5bf09d..0a15932 100644
--- a/i18npool/source/localedata/data/zh_CN.xml
+++ b/i18npool/source/localedata/data/zh_CN.xml
@@ -202,25 +202,25 @@
       <FormatCode>[HH]:MM:SS.00</FormatCode>
     </FormatElement>
     <!-- Time format extension. -->
-    <FormatElement msgid="TimeFormatskey8" default="false" type="medium" usage="TIME"  formatindex="50">
+    <FormatElement msgid="TimeFormatskey8" default="false" type="medium" usage="TIME"  formatindex="60">
       <FormatCode>HH"时"MM"分"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey9" default="false" type="long" usage="TIME"  formatindex="51">
+    <FormatElement msgid="TimeFormatskey9" default="false" type="long" usage="TIME"  formatindex="61">
       <FormatCode>HH"时"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME"  formatindex="52">
+    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME"  formatindex="62">
       <FormatCode>AM/PM HH"时"MM"分"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey11" default="false" type="long" usage="TIME"  formatindex="53">
+    <FormatElement msgid="TimeFormatskey11" default="false" type="long" usage="TIME"  formatindex="63">
       <FormatCode>AM/PM HH"时"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME"  formatindex="54">
+    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME"  formatindex="64">
       <FormatCode>[HH]"时"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME"  formatindex="55">
+    <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME"  formatindex="65">
       <FormatCode>MM"分"SS"秒"00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey14" default="false" type="long" usage="TIME"  formatindex="56">
+    <FormatElement msgid="TimeFormatskey14" default="false" type="long" usage="TIME"  formatindex="66">
       <FormatCode>[HH]"时"MM"分"SS"秒"00</FormatCode>
     </FormatElement>
     <!-- Date_Time formats. Index range is from 46 to 47. -->
@@ -230,10 +230,10 @@
     <FormatElement msgid="DateTimeFormatskey3" default="true" type="long" usage="DATE_TIME"  formatindex="47">
       <FormatCode>YYYY/MM/DD HH:MM:SS</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey1" default="false" type="long" usage="DATE_TIME"  formatindex="58">
+    <FormatElement msgid="DateTimeFormatskey1" default="false" type="long" usage="DATE_TIME"  formatindex="68">
       <FormatCode>M/D/YY HH:MM</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME"  formatindex="59">
+    <FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME"  formatindex="69">
       <FormatCode>MM/DD/YYYY HH:MM:SS</FormatCode>
     </FormatElement>
   </LC_FORMAT>
diff --git a/i18npool/source/localedata/data/zh_HK.xml b/i18npool/source/localedata/data/zh_HK.xml
index 1d99909..ade663f 100644
--- a/i18npool/source/localedata/data/zh_HK.xml
+++ b/i18npool/source/localedata/data/zh_HK.xml
@@ -174,22 +174,22 @@
     <FormatElement msgid="TimeFormatskey7" default="true" type="long" usage="TIME"  formatindex="45">
       <FormatCode>[HH]:MM:SS.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME"  formatindex="50">
+    <FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME"  formatindex="60">
       <FormatCode>HH"時"MM"分"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME"  formatindex="51">
+    <FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME"  formatindex="61">
       <FormatCode>HH"時"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME"  formatindex="52">
+    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME"  formatindex="62">
       <FormatCode>AM/PM HH"時"MM"分"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME"  formatindex="53">
+    <FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME"  formatindex="63">
       <FormatCode>AM/PM HH"時"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME"  formatindex="54">
+    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME"  formatindex="64">
       <FormatCode>[HH] "時"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME"  formatindex="55">
+    <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME"  formatindex="65">
       <FormatCode>MM"分"SS"秒"00</FormatCode>
     </FormatElement>
     <!-- DateTime formats. Index range is 46-47. -->
@@ -200,10 +200,10 @@
     <FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME"  formatindex="47">
       <FormatCode>DD/MM/YYYY HH:MM:SS</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME"  formatindex="57">
+    <FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME"  formatindex="67">
       <FormatCode>YY"年"M"月"D"日" HH"時"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey3" default="false" type="long" usage="DATE_TIME"  formatindex="56">
+    <FormatElement msgid="DateTimeFormatskey3" default="false" type="long" usage="DATE_TIME"  formatindex="66">
       <FormatCode>D/M/YY HH:MM</FormatCode>
     </FormatElement>
   </LC_FORMAT>
diff --git a/i18npool/source/localedata/data/zh_MO.xml b/i18npool/source/localedata/data/zh_MO.xml
index 120f324..0551367 100644
--- a/i18npool/source/localedata/data/zh_MO.xml
+++ b/i18npool/source/localedata/data/zh_MO.xml
@@ -173,22 +173,22 @@
     <FormatElement msgid="TimeFormatskey7" default="true" type="long" usage="TIME"  formatindex="45">
       <FormatCode>[HH]:MM:SS.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME"  formatindex="50">
+    <FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME"  formatindex="60">
       <FormatCode>HH"時"MM"分"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME"  formatindex="51">
+    <FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME"  formatindex="61">
       <FormatCode>HH"時"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME"  formatindex="52">
+    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME"  formatindex="62">
       <FormatCode>AM/PM HH"時"MM"分"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey11" default="true" type="medium" usage="TIME"  formatindex="53">
+    <FormatElement msgid="TimeFormatskey11" default="true" type="medium" usage="TIME"  formatindex="63">
       <FormatCode>AM/PM HH"時"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME"  formatindex="54">
+    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME"  formatindex="64">
       <FormatCode>[HH] "時"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME"  formatindex="55">
+    <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME"  formatindex="65">
       <FormatCode>MM"分"SS"秒"00</FormatCode>
     </FormatElement>
     <!-- DateTime formats. Index range is 46-47. -->
@@ -198,13 +198,13 @@
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME"  formatindex="47">
       <FormatCode>DD/MM/YYYY HH:MM:SS</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey3" default="true" type="long" usage="DATE_TIME"  formatindex="56">
+    <FormatElement msgid="DateTimeFormatskey3" default="true" type="long" usage="DATE_TIME"  formatindex="66">
       <FormatCode>YYYY"年"M"月"D"日" HH"時"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME"  formatindex="57">
+    <FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME"  formatindex="67">
       <FormatCode>YY"年"M"月"D"日" HH"時"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="58">
+    <FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="68">
       <FormatCode>D-M-YYYY</FormatCode>
     </FormatElement>
   </LC_FORMAT>
diff --git a/i18npool/source/localedata/data/zh_SG.xml b/i18npool/source/localedata/data/zh_SG.xml
index 062e3de..b2f33c3 100644
--- a/i18npool/source/localedata/data/zh_SG.xml
+++ b/i18npool/source/localedata/data/zh_SG.xml
@@ -173,25 +173,25 @@
     <FormatElement msgid="TimeFormatskey7" default="true" type="long" usage="TIME"  formatindex="45">
       <FormatCode>[HH]:MM:SS.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey8" default="false" type="medium" usage="TIME"  formatindex="50">
+    <FormatElement msgid="TimeFormatskey8" default="false" type="medium" usage="TIME"  formatindex="60">
       <FormatCode>HH"时"MM"分"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey9" default="false" type="long" usage="TIME"  formatindex="51">
+    <FormatElement msgid="TimeFormatskey9" default="false" type="long" usage="TIME"  formatindex="61">
       <FormatCode>HH"时"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME"  formatindex="52">
+    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME"  formatindex="62">
       <FormatCode>AM/PM HH"时"MM"分"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey11" default="false" type="long" usage="TIME"  formatindex="53">
+    <FormatElement msgid="TimeFormatskey11" default="false" type="long" usage="TIME"  formatindex="63">
       <FormatCode>AM/PM HH"时"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME"  formatindex="54">
+    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME"  formatindex="64">
       <FormatCode>[HH]"时"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME"  formatindex="55">
+    <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME"  formatindex="65">
       <FormatCode>MM"分"SS"秒"00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey14" default="false" type="long" usage="TIME"  formatindex="56">
+    <FormatElement msgid="TimeFormatskey14" default="false" type="long" usage="TIME"  formatindex="66">
       <FormatCode>[HH]"时"MM"分"SS"秒"00</FormatCode>
     </FormatElement>
     <!-- Date_Timeformats. Index range is 46-47. -->
@@ -201,10 +201,10 @@
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME"  formatindex="47">
       <FormatCode>YYYY"年"MM"月"D"日"HH"时"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey3" default="false" type="long" usage="DATE_TIME"  formatindex="57">
+    <FormatElement msgid="DateTimeFormatskey3" default="false" type="long" usage="DATE_TIME"  formatindex="67">
       <FormatCode>M/D/YY HH:MM</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME"  formatindex="58">
+    <FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME"  formatindex="68">
       <FormatCode>MM/DD/YYYY HH:MM:SS</FormatCode>
     </FormatElement>
   </LC_FORMAT>
diff --git a/i18npool/source/localedata/data/zh_TW.xml b/i18npool/source/localedata/data/zh_TW.xml
index c377054..164a664 100644
--- a/i18npool/source/localedata/data/zh_TW.xml
+++ b/i18npool/source/localedata/data/zh_TW.xml
@@ -83,7 +83,7 @@
     <FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
       <FormatCode>0.00E+00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="80">
+    <FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="90">
       <FormatCode>##0.00E+00</FormatCode>
     </FormatElement>
     <!-- Percent Number formats. Index range is 8-9. -->
@@ -177,61 +177,61 @@
     <FormatElement msgid="DateFormatskey21" default="false" type="short" usage="DATE" formatindex="38">
       <FormatCode>"第"WW"週"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey22" default="false" type="short" usage="DATE" formatindex="50">
+    <FormatElement msgid="DateFormatskey22" default="false" type="short" usage="DATE" formatindex="60">
       <FormatCode>E/M/D</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="51">
+    <FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="61">
       <FormatCode>GGEE"年"M"月"D"日"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="52">
+    <FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="62">
       <FormatCode>[NatNum1]GGEE"年"M"月"D"日"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="53">
+    <FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="63">
       <FormatCode>GGGEE"年"M"月"D"日"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey26" default="false" type="long" usage="DATE" formatindex="54">
+    <FormatElement msgid="DateFormatskey26" default="false" type="long" usage="DATE" formatindex="64">
       <FormatCode>[NatNum1]GGGEE"年"M"月"D"日"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="55">
+    <FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="65">
       <FormatCode>GGEE"年"M"月"D"日 ("DDD")"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey28" default="false" type="long" usage="DATE" formatindex="56">
+    <FormatElement msgid="DateFormatskey28" default="false" type="long" usage="DATE" formatindex="66">
       <FormatCode>GGGEE"年"M"月"D"日 ("DDD")"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey29" default="false" type="long" usage="DATE" formatindex="57">
+    <FormatElement msgid="DateFormatskey29" default="false" type="long" usage="DATE" formatindex="67">
       <FormatCode>YYYY"年"M"月"D"日 ("DDD")"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey30" default="false" type="long" usage="DATE" formatindex="58">
+    <FormatElement msgid="DateFormatskey30" default="false" type="long" usage="DATE" formatindex="68">
       <FormatCode>YYYY"年"M"月"D"日 "NNNN</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey31" default="false" type="long" usage="DATE" formatindex="59">
+    <FormatElement msgid="DateFormatskey31" default="false" type="long" usage="DATE" formatindex="69">
       <FormatCode>GGEE"年"M"月"D"日 "NNNN</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey32" default="false" type="long" usage="DATE" formatindex="60">
+    <FormatElement msgid="DateFormatskey32" default="false" type="long" usage="DATE" formatindex="70">
       <FormatCode>[NatNum1]GGEE"年"M"月"D"日 "NNNN</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="61">
+    <FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="71">
       <FormatCode>GGGEE"年"M"月"D"日 "NNNN</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey34" default="false" type="long" usage="DATE" formatindex="62">
+    <FormatElement msgid="DateFormatskey34" default="false" type="long" usage="DATE" formatindex="72">
       <FormatCode>[NatNum1]GGGEE"年"M"月"D"日 "NNNN</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey35" default="false" type="medium" usage="DATE" formatindex="63">
+    <FormatElement msgid="DateFormatskey35" default="false" type="medium" usage="DATE" formatindex="73">
       <FormatCode>[NatNum1]EE"年"M"月"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey36" default="false" type="medium" usage="DATE" formatindex="64">
+    <FormatElement msgid="DateFormatskey36" default="false" type="medium" usage="DATE" formatindex="74">
       <FormatCode>[NatNum1]GGEE"年"M"月"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey37" default="false" type="medium" usage="DATE" formatindex="65">
+    <FormatElement msgid="DateFormatskey37" default="false" type="medium" usage="DATE" formatindex="75">
       <FormatCode>[NatNum1]GGGEE"年"M"月"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey38" default="false" type="medium" usage="DATE" formatindex="66">
+    <FormatElement msgid="DateFormatskey38" default="false" type="medium" usage="DATE" formatindex="76">
       <FormatCode>YYYY"年"MM"月"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey39" default="false" type="medium" usage="DATE" formatindex="67">
+    <FormatElement msgid="DateFormatskey39" default="false" type="medium" usage="DATE" formatindex="77">
       <FormatCode>[NatNum1]YYYY"年"MM"月"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="DateFormatskey40" default="false" type="short" usage="DATE" formatindex="68">
+    <FormatElement msgid="DateFormatskey40" default="false" type="short" usage="DATE" formatindex="78">
       <FormatCode>M"."D</FormatCode>
     </FormatElement>
     <!-- Time formats. Index range is 39-45. -->
@@ -256,22 +256,22 @@
     <FormatElement msgid="TimeFormatskey7" default="true" type="long" usage="TIME"  formatindex="45">
       <FormatCode>[HH]:MM:SS.00</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME"  formatindex="69">
+    <FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME"  formatindex="79">
       <FormatCode>HH"時"MM"分"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME"  formatindex="70">
+    <FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME"  formatindex="80">
       <FormatCode>HH"時"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME"  formatindex="71">
+    <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME"  formatindex="81">
       <FormatCode>AM/PM HH"時"MM"分"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME"  formatindex="72">
+    <FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME"  formatindex="82">
       <FormatCode>AM/PM HH"時"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME"  formatindex="73">
+    <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME"  formatindex="83">
       <FormatCode>[HH] "時"MM"分"SS"秒"</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME"  formatindex="74">
+    <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME"  formatindex="84">
       <FormatCode>MM"分"SS"秒"00</FormatCode>
     </FormatElement>
     <!-- Date_Time formats. Index range is 46-47. -->
@@ -281,19 +281,19 @@
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME"  formatindex="47">
       <FormatCode>YYYY/MM/DD HH:MM:SS</FormatCode>
     </FormatElement>

... etc. - the rest is truncated


More information about the Libreoffice-commits mailing list