summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Collapse)AuthorAgeFilesLines
* fdo#46411 added [pjt-AU] Pitjantjatjara to language listEike Rathke2012-02-232-0/+2
|
* resolved rhbz#794679 use proper Indian Rupee currency symbol U+20B9Eike Rathke2012-02-1711-11/+81
|
* Use the same simple lo_main() on iOS as on AndroidTor Lillqvist2012-02-162-76/+0
| | | | | | | | | | | | | Let's do the iOS specific stuff in separate main() source file(s). Don't attempt to build complete iOS programs using normal LibreOffice mechanisms, it will work for only the very lowest level unit tests anyway, because of static linking and the circularish UNO/URE/bootstrap/whatnot (run-time) dependencies between different parts of the code. We thus can't build the various iOS-specific *_cppunittester_all unit test executables any more. Corresponding unit tests (and more complex ones) for iOS will have to be done in a different way.
* changed [et-EE] single quotation marks to be suchEike Rathke2012-02-141-2/+2
|
* added [fr-CH] date acceptance patterns "D/M" and "D.M."Eike Rathke2012-02-141-0/+2
|
* use icu's breakiterator for Thai, not our customized generic rulesCaolán McNamara2012-02-142-4/+8
|
* add northern-thai exampleCaolán McNamara2012-02-141-3/+13
|
* add a unit test to demo broken thai word-boundary detectionCaolán McNamara2012-02-141-1/+23
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* corrections to Komi languages patchEike Rathke2012-02-012-3/+3
| | | | | | | * Changed LCID 0x0A69 to 0x066A to comply with the user-assigned space. * Added RU country for mapping to locales' ISO codes. * All locales should consist of language and country, except those where the language is not mappable to any country.
* Support Komi-Zyrian and Komi-Permyak as text language for spell checkingHarri Pitkänen2012-02-012-0/+4
|
* added [br-FR] date acceptance pattern "D/M"Eike Rathke2012-01-271-0/+1
|
* added [et-EE] date acceptance patterns "D.M", "D.M." and with spacesEike Rathke2012-01-271-0/+4
|
* added [tr-TR] date acceptance patterns "D.M" "D/M" "D-M"Eike Rathke2012-01-231-0/+3
|
* added [fi-FI] date acceptance pattern "D.M."Eike Rathke2012-01-231-0/+1
|
* added description of time edit formatEike Rathke2012-01-231-10/+12
|
* 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
|