summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: "use" vs. "add":Michael Stahl2012-04-0818-26/+26
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-069-41/+32
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-5/+5
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-18/+18
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-12/+12
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* fdo#48111 added English_Malawi [en-MW] locale dataEike Rathke2012-04-045-0/+37
|
* only as of ICU 4.9 RBBI the Prepend property is emptyEike Rathke2012-04-033-1/+11
| | | | | This reverts 0c08a84c04b166ab6479716e2c33cd444d7e3dbe and instead strips the Prepend variable during build time.
* Make ICU build with icu-49 by removing no-longer used variables.Arfrever Frehtes Taifersar Arahesis2012-04-022-4/+0
| | | | Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
* don't use string literals with embedded \0'sLuboš Luňák2012-04-021-10/+10
| | | | Followup to 791f27683311e487947b0464a0cb132b19fd0e12.
* removed duplicate includes in filter / i18npool / sdextTakeshi Abe2012-03-302-3/+0
|
* fix windows build, properly set LO_LIB_DIRMatúš Kukan2012-03-251-1/+1
|
* i18npool: use CustomTarget_*.mk makefilesMatúš Kukan2012-03-2418-457/+390
| | | | Also done lot of simplification and modernization.
* .txt files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* resolved fdo#46947 duplicated date format [zh-TW]Cheng-Chia Tseng2012-03-181-1/+1
| | | | Use GG era abbreviation in one format instead of full GGG.
* gbuild: remove some more realpathsMatúš Kukan2012-03-105-8/+8
| | | | Where necessary, replace with wildcard, what does not change path.
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-103-3/+3
|
* fold i18npaper into i18nutilCaolán McNamara2012-03-085-738/+0
| | | | | | | | | | It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
* de-uno-ize ScriptTypeDetectorCaolán McNamara2012-03-085-193/+105
| | | | | leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext
* OUString::createFromAscii -> new styleCaolán McNamara2012-03-081-3/+3
|
* fdo#46411 added [pjt-AU] Pitjantjatjara locale dataEike Rathke2012-02-283-1/+233
|
* 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
|