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

Jun NOGATA (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 23 04:18:29 UTC 2021


 i18npool/source/localedata/data/ja_JP.xml |   48 +++++++++++++++---------------
 1 file changed, 24 insertions(+), 24 deletions(-)

New commits:
commit 17965775f80f6beb7a88286a8127f5f9c78ef8e1
Author:     Jun NOGATA <nogajun at gmail.com>
AuthorDate: Thu Dec 31 15:00:55 2020 +0900
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Tue Mar 23 05:17:44 2021 +0100

    Fix Japanese old monthly name
    
    Change-Id: I8c5ade8bfbf609ae7f606bcb412856355c3bb3a6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108531
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/i18npool/source/localedata/data/ja_JP.xml b/i18npool/source/localedata/data/ja_JP.xml
index 58d76c89417d..d75f9712cf72 100644
--- a/i18npool/source/localedata/data/ja_JP.xml
+++ b/i18npool/source/localedata/data/ja_JP.xml
@@ -401,63 +401,63 @@
       <MonthsOfYear>
         <Month>
           <MonthID>jan</MonthID>
-          <DefaultAbbrvName>1月</DefaultAbbrvName>
-          <DefaultFullName>一月</DefaultFullName>
+          <DefaultAbbrvName>睦月</DefaultAbbrvName>
+          <DefaultFullName>睦月</DefaultFullName>
         </Month>
         <Month>
           <MonthID>feb</MonthID>
-          <DefaultAbbrvName>2月</DefaultAbbrvName>
-          <DefaultFullName>二月</DefaultFullName>
+          <DefaultAbbrvName>如月</DefaultAbbrvName>
+          <DefaultFullName>如月</DefaultFullName>
         </Month>
         <Month>
           <MonthID>mar</MonthID>
-          <DefaultAbbrvName>3月</DefaultAbbrvName>
-          <DefaultFullName>三月</DefaultFullName>
+          <DefaultAbbrvName>弥生</DefaultAbbrvName>
+          <DefaultFullName>弥生</DefaultFullName>
         </Month>
         <Month>
           <MonthID>apr</MonthID>
-          <DefaultAbbrvName>4月</DefaultAbbrvName>
-          <DefaultFullName>四月</DefaultFullName>
+          <DefaultAbbrvName>卯月</DefaultAbbrvName>
+          <DefaultFullName>卯月</DefaultFullName>
         </Month>
         <Month>
           <MonthID>may</MonthID>
-          <DefaultAbbrvName>5月</DefaultAbbrvName>
-          <DefaultFullName>五月</DefaultFullName>
+          <DefaultAbbrvName>皐月</DefaultAbbrvName>
+          <DefaultFullName>皐月</DefaultFullName>
         </Month>
         <Month>
           <MonthID>jun</MonthID>
-          <DefaultAbbrvName>6月</DefaultAbbrvName>
-          <DefaultFullName>六月</DefaultFullName>
+          <DefaultAbbrvName>水無月</DefaultAbbrvName>
+          <DefaultFullName>水無月</DefaultFullName>
         </Month>
         <Month>
           <MonthID>jul</MonthID>
-          <DefaultAbbrvName>7月</DefaultAbbrvName>
-          <DefaultFullName>七月</DefaultFullName>
+          <DefaultAbbrvName>文月</DefaultAbbrvName>
+          <DefaultFullName>文月</DefaultFullName>
         </Month>
         <Month>
           <MonthID>aug</MonthID>
-          <DefaultAbbrvName>8月</DefaultAbbrvName>
-          <DefaultFullName>八月</DefaultFullName>
+          <DefaultAbbrvName>葉月</DefaultAbbrvName>
+          <DefaultFullName>葉月</DefaultFullName>
         </Month>
         <Month>
           <MonthID>sep</MonthID>
-          <DefaultAbbrvName>9月</DefaultAbbrvName>
-          <DefaultFullName>九月</DefaultFullName>
+          <DefaultAbbrvName>長月</DefaultAbbrvName>
+          <DefaultFullName>長月</DefaultFullName>
         </Month>
         <Month>
           <MonthID>oct</MonthID>
-          <DefaultAbbrvName>10月</DefaultAbbrvName>
-          <DefaultFullName>十月</DefaultFullName>
+          <DefaultAbbrvName>神無月</DefaultAbbrvName>
+          <DefaultFullName>神無月</DefaultFullName>
         </Month>
         <Month>
           <MonthID>nov</MonthID>
-          <DefaultAbbrvName>11月</DefaultAbbrvName>
-          <DefaultFullName>十一月</DefaultFullName>
+          <DefaultAbbrvName>霜月</DefaultAbbrvName>
+          <DefaultFullName>霜月</DefaultFullName>
         </Month>
         <Month>
           <MonthID>dec</MonthID>
-          <DefaultAbbrvName>12月</DefaultAbbrvName>
-          <DefaultFullName>十二月</DefaultFullName>
+          <DefaultAbbrvName>師走</DefaultAbbrvName>
+          <DefaultFullName>師走</DefaultFullName>
         </Month>
       </MonthsOfYear>
       <Eras>


More information about the Libreoffice-commits mailing list