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

Jun NOGATA (via logerrit) logerrit at kemper.freedesktop.org
Sun Mar 21 13:23:54 UTC 2021


 i18npool/source/localedata/data/ja_JP.xml |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 8362c4b304cb7573df987a867683d17dc7b0fcf0
Author:     Jun NOGATA <nogajun at gmail.com>
AuthorDate: Thu Dec 31 18:20:10 2020 +0900
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Sun Mar 21 14:23:15 2021 +0100

    Add mixed Gregorian and Japanese gengou date format.
    
    Change-Id: I34c5c0cb1aaa72ee3cc33331df3e1e6375c32891
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108532
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Jenkins

diff --git a/i18npool/source/localedata/data/ja_JP.xml b/i18npool/source/localedata/data/ja_JP.xml
index 280094564bd2..58d76c89417d 100644
--- a/i18npool/source/localedata/data/ja_JP.xml
+++ b/i18npool/source/localedata/data/ja_JP.xml
@@ -149,6 +149,12 @@
     <FormatElement msgid="DateFormatskey13" default="false" type="long" usage="DATE" formatindex="30">
       <FormatCode>YYYY年M月D日(AAAA)</FormatCode>
     </FormatElement>
+    <FormatElement msgid="DateFormatskey23" default="false" type="long" usage="DATE" formatindex="69">
+      <FormatCode>YYYY"年("GGGE"年)"MM"月"DD"日"</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="70">
+      <FormatCode>GGGE"年("YYYY"年)"MM"月"DD"日"</FormatCode>
+    </FormatElement>
     <FormatElement msgid="DateFormatskey14" default="false" type="medium" usage="DATE" formatindex="31">
       <FormatCode>MM.DD</FormatCode>
     </FormatElement>


More information about the Libreoffice-commits mailing list