diff options
author | Jun NOGATA <nogajun@gmail.com> | 2020-12-31 18:20:10 +0900 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2021-03-21 14:23:15 +0100 |
commit | 8362c4b304cb7573df987a867683d17dc7b0fcf0 (patch) | |
tree | 979d27b076e17e8cbfc21386a4c46773bb6996cb /i18npool | |
parent | b24409fce6a4f6f1848a3283258914785d4e1c10 (diff) |
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@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/ja_JP.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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> |