summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata/data/ja_JP.xml
AgeCommit message (Collapse)AuthorFilesLines
2021-04-10Quote literals in {ja-JP} date and time format codesEike Rathke1-15/+15
Because when loading number formats from ODF literal text is enquoted that resulted in duplicated formats that differed only in quoted literals vs unquoted literals with identical functionality, but unnecessarily polluting the number formats list. Since commit 5d1042cbd25b22babaf8b30bc4edff6f70750b5e CommitDate: Sat Apr 10 03:49:37 2021 +0200 ODF load: use AAA/AAAA instead of NN/NNN(N) for implicit secondary calendar these predefined format codes now load actually identical. Change-Id: I02b5367ecd8ddab4419a56ba4d1c3ac4233142b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113925 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2021-03-23Fix Japanese old monthly nameJun NOGATA1-24/+24
Change-Id: I8c5ade8bfbf609ae7f606bcb412856355c3bb3a6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108531 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-03-21Add mixed Gregorian and Japanese gengou date format.Jun NOGATA1-0/+6
Change-Id: I34c5c0cb1aaa72ee3cc33331df3e1e6375c32891 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108532 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke1-6/+6
Add a predefined NF_DATETIME_SYS_DDMMYYYY_HHMM format code with formatindex="50" to all locale data files, which shifts all reserved area internally generated built-in formats up by one. Reserved area was filled already so that boundary has to be increased as well. Add some flexibility for future additions by setting the new boundary to 65, free first format index to be used by additional locale data formats is 66 now. Adapt all locales to the new boundary. The existing predefined NF_DATETIME_SYSTEM_SHORT_HHMM format code with formatindex="46" mostly was and is used with 2-digit years (stemming back from the old binary format and Excel compatibility), some locales that don't use 2-digit years at all already defined it to 4-digit years. Keep those but move the default="true" attribute (if so) to the new "50" format. Modify populating the format list such that resulting duplicates will be suppressed there as well. Also try to match the new format in ODF import if a long year was requested with date+time. Finally set the new format as default for all *_IT locales. In future changing the default date+time format to 4-digit year is just a matter of moving the default="true" attribute to the new format. Change-Id: Ib16aa9fda0e71b2d03f78e3dd013785de03cd288 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89265 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2019-04-02Introduce next Japanese gengou era 'Reiwa'Takeshi Abe1-5/+3
starting from 2019-05-01, which has been announced officially. This fills the provisional slot acknowledged at cacbb0faef77ae8462de9ff5c7307a6a2e28b2bb. Change-Id: Ifb12e6afaad4c66d455f664b46ec946e80324e87 Reviewed-on: https://gerrit.libreoffice.org/70028 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
2018-07-27Prepare for "Japan's Y2K" Gengou calendar era switch after 2019-04-30Eike Rathke1-0/+7
The emperor Akihito will abdicate on 2019-04-30. The next emperor will be Naruhito, but so far neither the new era name (Heisei for Akihito) nor its abbreviation or a Unicode character are determined. At least introduce the new era with some dummy names (Naruhito,Na,N). Change-Id: I8c0af390ca0408ac259e47e7eaf2e49b5889c9ba Reviewed-on: https://gerrit.libreoffice.org/58142 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2016-06-02[PATCH] up the free usage formatindex start from 50 to 60Eike Rathke1-4/+4
In preparation of adding some builtin format codes, actually already NF_FRACTION_3 and NF_FRACTION_4 needed that. Change-Id: I734a1ef5e6405aceaace7d44e8901a6183dc2a64
2016-03-24Revert "Text General inconsistent with cell formatting dlg", tdf#95385Eike Rathke1-1/+1
This reverts commit 547617955af87640b46211b6715032bc6576279a. Modifying locale datas' number format is a wrong approach.
2016-03-17Text General inconsistent with cell formatting dlgRohan Kumar1-1/+1
I just replaced Standard to General in order to ensure some sort of consistency as mentioned in comment 1 of bug description. Reviewed by the localization team. Change-Id: I7d75e7e9855d43a9ff709478a2f3e867b2a479a2 Reviewed-on: https://gerrit.libreoffice.org/23310 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2015-04-27Add engineering notation to format list for all l10nLaurent Balland-Poirier1-0/+3
For all l10n, add format for engineering format ##0.00E+00 decimal separator adapted msgid: ScientificFormatskey3 or ScientificFormatskey4 if previous one was already used formatindex: 78 (free in most l10n, and near 77 which used as scientific format for many l10n) exceptions: ko_KR formatindex=91; th_TH formatindex=88; zh_TW formatindex=80 (next free value) Change-Id: I703c1503bdac85386e9994fdd67b00aa6006d992 Reviewed-on: https://gerrit.libreoffice.org/15527 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-04-22both scientific formats are of type medium, tdf#88835 follow-upEike Rathke1-1/+1
Otherwise, with one of type long, we'd need to set that to default as well, defaults are per type. Visible in a dbgutil build terminal output when the locale is selected in the number formatter dialog for the first time: SvNumberFormatter::ImpAdjustFormatCodeDefault: no long type default XML locale data FormatElement group of: ScientificFormatskey1 ja-JP requested ja-JP loaded SvNumberFormatter::ImpAdjustFormatCodeDefault: no long type default XML locale data FormatElement group of: ScientificFormatskey1 ko-KR requested ko-KR loaded Change-Id: I3e445fff3ca2dd834bd19c609a2ee2f68e704093
2015-04-22tdf#88835 2 digits in exponent for default scientific formatLaurent Balland-Poirier1-1/+1
Modify all locale data to set ScientificFormatskey2 (0.00E+00) as default for scientific format instead of ScientificFormatskey1 (0.00E+000) Change-Id: Ib8f3d22af82c078468ea70ebae0b078ac55a0003 Reviewed-on: https://gerrit.libreoffice.org/14593 Tested-by: Eike Rathke <erack@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com>
2014-06-11let YYYY/M/D H:MM be the default datetime formatEike Rathke1-2/+2
Change-Id: I1d8af400810b9ffd4586320c706a1f00ef1c1369
2014-06-11Fix to be able to edit seconds in Japanese date/datetime cellsIsamu Mogi1-10/+13
Currently seconds in Japanese date/datetime cells can't be edited. But i18npool/source/localedata/data/locale.dtd and offapi/com/sun/star/i18n/NumberFormatIndex.idl say that seconds in time/datetime cells should be editable. And Japanese users reported that current behavior is inconvenient. Also to retain relativity against @formatindex='40', each [@usage='TIME']/@type are shorten. For better backward compatibility, @formatindex='55' should be default format. But since there is implementation limit of SvNumberFormatter::ImpGenerateFormats, @formatindex>=50 can't be default one. These changes are discussed in Japanese ML: http://listarchives.libreoffice.org/ja/discuss/msg03044.html Change-Id: I074b8d6d5c9d69b8ba1eb14c29b661d753c003ad Reviewed-on: https://gerrit.libreoffice.org/9703 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-03-20Translate names of months and the days of the week in Japanese calendarsTakeshi Abe1-62/+62
This affects a displayed name of months e.g. grouped by in a pivot table. See <http://listarchives.libreoffice.org/ja/discuss/msg02906.html> for the original discussion. Change-Id: I2ff0325f9ef2f2f03019291d4b760582b6dfbad8 Reviewed-on: https://gerrit.libreoffice.org/8678 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-07-13re-base on ALv2 code. Includes:Michael Meeks1-0/+17
cws mba34issues01: #i117709#: make sure that parent of error message box is visible Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172346 i#119036 - improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727
2012-01-19added [ja-JP] date acceptance patterns (various)Eike Rathke1-0/+7
2012-01-11made formatindex="33" the ISO 8601 YYYY-MM-DD that it needs to beEike Rathke1-2/+6
2008-10-01CWS-TOOLING: integrate CWS i18n45Vladimir Glazounov1-0/+1
2008-01-28INTEGRATION: CWS i18n39 (1.16.138); FILE MERGEDVladimir Glazounov1-0/+4
2007/12/12 22:48:34 khong 1.16.138.1: #i81366# add new Japanese transliterations
2006-04-20INTEGRATION: CWS numbers203 (1.15.34); FILE MERGEDJens-Heiner Rechtien1-6/+13
2006/03/03 12:13:15 er 1.15.34.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly
2005-10-27INTEGRATION: CWS atcldr (1.14.36); FILE MERGEDJens-Heiner Rechtien1-441/+576
2005/10/24 18:42:10 er 1.14.36.2: #i56036# change of CurrencySymbol problematic when loading file where old symbol is used, results in ISO code being displayed 2005/10/14 22:05:48 er 1.14.36.1: #i56036# partial alignments to CLDR; beautified
2005-03-15INTEGRATION: CWS localedata3 (1.13.24); FILE MERGEDOliver Bolte1-1/+1
2005/03/10 17:24:35 er 1.13.24.1: #i44734# implement DTD version check and CLDR flag
2004-07-30INTEGRATION: CWS i18n13 (1.12.2); FILE MERGEDKurt Zenker1-98/+49
2004/06/14 22:44:50 khong 1.12.2.1: #116417# update Japanese bullet/numbering and outline setting
2004-05-28INTEGRATION: CWS i18n12 (1.10.22); FILE MERGEDOliver Bolte1-0/+9
2004/04/30 11:27:47 er 1.10.22.2: RESYNC: (1.10-1.11); FILE MERGED 2004/04/09 20:06:39 khong 1.10.22.1: #i25323# put index page information into localedata for each langauges
2004-03-08INTEGRATION: CWS i18n09 (1.10.2); FILE MERGEDJens-Heiner Rechtien1-2/+2
2003/12/02 18:47:29 khong 1.10.2.1: #114110# change default Japanese sorting algorithm
2003-11-07INTEGRATION: CWS i18n08 (1.9.38); FILE MERGEDJens-Heiner Rechtien1-4/+4
2003/08/08 23:54:45 khong 1.9.38.1: #109932# changed Japanese short Era name
2003-04-08INTEGRATION: CWS calc06 (1.8.40); FILE MERGEDRĂ¼diger Timm1-1/+1
2003/03/19 14:02:28 er 1.8.40.1: #i12256# Correct LongDateDayOfWeekSeparator and NN and NNNN format codes. Changed date formats' DefaultName comment from "DIN 5008 (EN 28601)" to "ISO 8601 (DIN 5008, EN 28601)" for de_DE, "ISO 8601 (EN 28601)" for European locales, and "ISO 8601" for all others. Removed other DefaultName rubbish.
2002-08-16#101191# reduce duplicate locale dataKarl Hong1-161/+3
2002-07-26#95804# localized quarter abbreviation 1..4Eike Rathke1-1/+4
2002-07-26#95804# localized quarter abbreviationEike Rathke1-0/+1
2002-07-25#95565#added new phonetic collation for index moduleKarl Hong1-1/+2
2002-06-03#95565#Set phonetic algorithm as default collationKarl Hong1-2/+2
2002-05-24#95565#add Japanese phonetic algorithm for collation and indexentryKarl Hong1-2/+2
2002-03-15#97583# Split localedata to 4 separate librariesBustamam Harun1-1/+1
2002-02-19Moving localedata_CJK localedata_ascii to localedata/dataBustamam Harun1-0/+637