summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Collapse)AuthorAgeFilesLines
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-212-3/+3
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* updated [sk-SK] formats and month namesMilos Sramek2012-01-211-61/+133
|
* corrected [gu-IN] currency symbol updateEike Rathke2012-01-201-1/+8
|
* changed [gu-IN] month names and reserved words, updated currency symbolAnkitkumar Rameshchandra Patel2012-01-201-49/+49
|
* added [fr-LU] date acceptance pattern "D/M"Eike Rathke2012-01-191-0/+1
|
* added [fr-BE] date acceptance pattern "D/M"Eike Rathke2012-01-191-0/+1
|
* added [fr-FR] date acceptance pattern "D/M"Eike Rathke2012-01-191-0/+1
|
* added [kab-DZ] date acceptance pattern "D/M"Eike Rathke2012-01-191-0/+1
|
* added [be-BY] date acceptance patterns "D.M." and "D/M/"Eike Rathke2012-01-191-0/+2
|
* added [ja-JP] date acceptance patterns (various)Eike Rathke2012-01-191-0/+7
|
* added check for duplicated date acceptance patternsEike Rathke2012-01-191-2/+20
| | | | | Also insert full date acceptance pattern at first position instead of appending to have it be first in checks.
* rudimentary check if date acceptance pattern interferes with decimal numberEike Rathke2012-01-171-2/+21
|
* added [zh-TW] date acceptance patterns (various)Eike Rathke2012-01-171-0/+5
|
* added [zh-CN] date acceptance patterns (various)Eike Rathke2012-01-171-0/+7
|
* added [ru-RU] date acceptance patterns "D.M." and "D/M/"Eike Rathke2012-01-171-0/+2
|
* added [is-IS] date acceptance patterns "D.M." and "D/M/"Eike Rathke2012-01-171-0/+2
|
* added [glt-LT] date acceptance pattern "M-D"Eike Rathke2012-01-171-0/+1
|
* added [gd-GB] date acceptance patterns "D/M" and "D-M"Eike Rathke2012-01-171-0/+2
|
* added [nl-BE] date acceptance pattern "D/M"Eike Rathke2012-01-171-0/+1
|
* added [nl-NL] date acceptance pattern "D-M"Eike Rathke2012-01-171-0/+1
|
* added [ca-ES] date acceptance pattern D/MJesús Corrius2012-01-171-0/+1
|
* added element name check for LC_FORMATEike Rathke2012-01-171-2/+8
|
* added [es-ES] date acceptance pattern "D/M"Eike Rathke2012-01-171-0/+1
|
* added [an-ES] date acceptance pattern "D/M"Eike Rathke2012-01-171-0/+1
|
* DateAcceptancePattern and PartitiveMonths for Czech languageDa'angh Khagaroth2012-01-161-11/+78
|
* changed [pt-PT] default date format to DD-MM-AAAA (was DD-MM-AA)Eike Rathke2012-01-131-2/+2
|
* added [it-IT] date acceptance pattern "D/M"Eike Rathke2012-01-131-0/+1
|
* added [pt-AO] date acceptance pattern "D-M"Eike Rathke2012-01-131-0/+1
|
* added [pt-BR] date acceptance pattern "D/M"Eike Rathke2012-01-131-0/+1
|
* added [pt-PT] date acceptance pattern "D-M"Eike Rathke2012-01-131-0/+1
|
* added [sl-SI] date acceptance patternsEike Rathke2012-01-131-0/+2
|
* removed leading/trailing blank from FormatCodeEike Rathke2012-01-124-5/+5
|
* indentationEike Rathke2012-01-1251-10792/+10792
|
* removed empty DefaultName elementsEike Rathke2012-01-1129-1379/+0
|
* removed ISO 8601 DefaultName comment from formatindex="32" which it is notEike Rathke2012-01-11138-139/+1
|
* made formatindex="33" the ISO 8601 YYYY-MM-DD that it needs to beEike Rathke2012-01-119-14/+28
|
* generalized the [hu-HU] case to generate a second patternEike Rathke2012-01-111-8/+60
| | | | | | | For known separators '-' '.' '/' in the edit format code if they differ from the defined DateSeparator generate a second date acceptance pattern that uses the format code's separator, additionally to the one with DateSeparator.
* [bg-BG] special DateAcceptancePattern "D.M.Y г."Eike Rathke2012-01-111-0/+4
| | | | | Special special.. upper and lower case letter GHE and space and non-breaking space.
* [sl-SI] special DateAcceptancePattern "D. M. Y"Eike Rathke2012-01-111-0/+1
|
* added DateAcceptancePattern elementEike Rathke2012-01-113-1/+18
|
* implemented date acceptance patterns APIEike Rathke2012-01-113-12/+249
|
* made [es-BO] DateSeparator the '/' that is used in FormatCodeEike Rathke2012-01-111-1/+1
|
* made [tr-TR] use the defined '.' DateSeparator in FormatCodeEike Rathke2012-01-111-7/+7
|
* made [ko-KR] DateSeparator the '/' that is used in FormatCodeEike Rathke2012-01-111-1/+1
|
* made [ku-TR] DateSeparator the '/' that is used in FormatCodeEike Rathke2012-01-111-1/+1
| | | | though I strongly doubt the entire US-centric approach ...
* added Kyrgyz (China) [ky-CN] to language listEike Rathke2012-01-043-0/+4
|
* completelangiso is now in solenv/inc/langlist.mkEike Rathke2012-01-041-2/+2
|
* corrected abbreviated day names and a long date formatMateusz Zasuwik2012-01-031-8/+8
|
* Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot2011-12-3017-60/+60
| | | | | | Part XXI Modules i18npool, idl, idlc, io, javaunohelper, jvmaccess
* point directly to http://www.validome.org/xml/Eike Rathke2011-12-221-1/+1
| | | | Thanks to Roman Eisele for mentioning.