summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Collapse)AuthorFilesLines
2012-02-01Support Komi-Zyrian and Komi-Permyak as text language for spell checkingHarri Pitkänen2-0/+4
2012-01-27added [br-FR] date acceptance pattern "D/M"Eike Rathke1-0/+1
2012-01-27added [et-EE] date acceptance patterns "D.M", "D.M." and with spacesEike Rathke1-0/+4
2012-01-23added [tr-TR] date acceptance patterns "D.M" "D/M" "D-M"Eike Rathke1-0/+3
2012-01-23added [fi-FI] date acceptance pattern "D.M."Eike Rathke1-0/+1
2012-01-23added description of time edit formatEike Rathke1-10/+12
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2-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.
2012-01-21updated [sk-SK] formats and month namesMilos Sramek1-61/+133
2012-01-20corrected [gu-IN] currency symbol updateEike Rathke1-1/+8
2012-01-20changed [gu-IN] month names and reserved words, updated currency symbolAnkitkumar Rameshchandra Patel1-49/+49
2012-01-19added [fr-LU] date acceptance pattern "D/M"Eike Rathke1-0/+1
2012-01-19added [fr-BE] date acceptance pattern "D/M"Eike Rathke1-0/+1
2012-01-19added [fr-FR] date acceptance pattern "D/M"Eike Rathke1-0/+1
2012-01-19added [kab-DZ] date acceptance pattern "D/M"Eike Rathke1-0/+1
2012-01-19added [be-BY] date acceptance patterns "D.M." and "D/M/"Eike Rathke1-0/+2
2012-01-19added [ja-JP] date acceptance patterns (various)Eike Rathke1-0/+7
2012-01-19added check for duplicated date acceptance patternsEike Rathke1-2/+20
Also insert full date acceptance pattern at first position instead of appending to have it be first in checks.
2012-01-17rudimentary check if date acceptance pattern interferes with decimal numberEike Rathke1-2/+21
2012-01-17added [zh-TW] date acceptance patterns (various)Eike Rathke1-0/+5
2012-01-17added [zh-CN] date acceptance patterns (various)Eike Rathke1-0/+7
2012-01-17added [ru-RU] date acceptance patterns "D.M." and "D/M/"Eike Rathke1-0/+2
2012-01-17added [is-IS] date acceptance patterns "D.M." and "D/M/"Eike Rathke1-0/+2
2012-01-17added [glt-LT] date acceptance pattern "M-D"Eike Rathke1-0/+1
2012-01-17added [gd-GB] date acceptance patterns "D/M" and "D-M"Eike Rathke1-0/+2
2012-01-17added [nl-BE] date acceptance pattern "D/M"Eike Rathke1-0/+1
2012-01-17added [nl-NL] date acceptance pattern "D-M"Eike Rathke1-0/+1
2012-01-17added [ca-ES] date acceptance pattern D/MJesús Corrius1-0/+1
2012-01-17added element name check for LC_FORMATEike Rathke1-2/+8
2012-01-17added [es-ES] date acceptance pattern "D/M"Eike Rathke1-0/+1
2012-01-17added [an-ES] date acceptance pattern "D/M"Eike Rathke1-0/+1
2012-01-16DateAcceptancePattern and PartitiveMonths for Czech languageDa'angh Khagaroth1-11/+78
2012-01-13changed [pt-PT] default date format to DD-MM-AAAA (was DD-MM-AA)Eike Rathke1-2/+2
2012-01-13added [it-IT] date acceptance pattern "D/M"Eike Rathke1-0/+1
2012-01-13added [pt-AO] date acceptance pattern "D-M"Eike Rathke1-0/+1
2012-01-13added [pt-BR] date acceptance pattern "D/M"Eike Rathke1-0/+1
2012-01-13added [pt-PT] date acceptance pattern "D-M"Eike Rathke1-0/+1
2012-01-13added [sl-SI] date acceptance patternsEike Rathke1-0/+2
2012-01-12removed leading/trailing blank from FormatCodeEike Rathke4-5/+5
2012-01-12indentationEike Rathke51-10792/+10792
2012-01-11removed empty DefaultName elementsEike Rathke29-1379/+0
2012-01-11removed ISO 8601 DefaultName comment from formatindex="32" which it is notEike Rathke138-139/+1
2012-01-11made formatindex="33" the ISO 8601 YYYY-MM-DD that it needs to beEike Rathke9-14/+28
2012-01-11generalized the [hu-HU] case to generate a second patternEike Rathke1-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.
2012-01-11[bg-BG] special DateAcceptancePattern "D.M.Y г."Eike Rathke1-0/+4
Special special.. upper and lower case letter GHE and space and non-breaking space.
2012-01-11[sl-SI] special DateAcceptancePattern "D. M. Y"Eike Rathke1-0/+1
2012-01-11added DateAcceptancePattern elementEike Rathke3-1/+18
2012-01-11implemented date acceptance patterns APIEike Rathke3-12/+249
2012-01-11made [es-BO] DateSeparator the '/' that is used in FormatCodeEike Rathke1-1/+1
2012-01-11made [tr-TR] use the defined '.' DateSeparator in FormatCodeEike Rathke1-7/+7
2012-01-11made [ko-KR] DateSeparator the '/' that is used in FormatCodeEike Rathke1-1/+1