summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused include filesThomas Arnhold2012-06-271-89/+0
| | | | | | Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
* Remove various commented out definesThomas Arnhold2012-06-251-2/+0
| | | | | | Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
* re-base on ALv2 code.Michael Meeks2012-06-222-49/+31
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-2157-1374/+861
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* fdo#51227 added locale data for Papiamento (Curacao) [pap-CW]Eike Rathke2012-06-203-1/+361
| | | | | | Data contributed by Ace Suares <ace@suares.com> Change-Id: Id09bd2ae35e1aa9c8d0545a68d700e312a950974
* fdo#38731 added Papiamento (Curaçao) [pap-CW] and (Bonaire) [pap-BQ]Eike Rathke2012-06-202-0/+4
| | | | | | | | Added Papiamento (Curaçao) [pap-CW] and Papiamento (Bonaire) [pap-BQ] to language list. The locales are selectable for character attribution and spell-checking. Change-Id: I300029e2e60e196c989596f3a7d4f4a888e17af3
* merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2012-06-195-9/+86
| | | | | | | | | | | merge together a gadzillion hand-crafted isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK implementations which should fix a goodly amount of them add a MsLangId::isFamilyNameFirst for locales where family name appears first while I'm at it. Change-Id: I65377793be037d16fe7250cd7450b28aec689e83
* Remove a useless includeChristophe Christophe Marion2012-06-191-2/+0
|
* remove un-necessary memsetChristophe Jaillet2012-06-141-1/+0
|
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* nuke dead codeTakeshi Abe2012-06-071-9/+0
| | | | Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
* add a titlecase regression testCaolán McNamara2012-06-053-0/+165
| | | | Change-Id: Ic802fc816d54b97b333e3b2bc394beb383f3e5ef
* targeted string re-workNorbert Thiebaud2012-05-312-4/+4
| | | | Change-Id: Ie250e1953c84caea5e67c26c7a4f9a1ae206f42b
* fix some typoKorrawit Pruegsanusak2012-06-011-3/+3
| | | | Change-Id: Ib88169968d164c88703505da022887ea8d53c721
* targeted string re-workNorbert Thiebaud2012-05-3022-106/+106
| | | | Change-Id: I1efff8e09079267f4129c474872d3fc49adeb831
* i18npool: depend on outdir targetMatúš Kukan2012-05-301-1/+1
| | | | Change-Id: Ib94620f316899a77b3842989dd859625f6748ddc
* Revert "fdo#45830: Indicate correct default locale setting"Luboš Luňák2012-05-291-1/+4
| | | | | | | This causes a failure in sc_subsequent_filters_test , the test fails in non-English locales. This reverts commit 1a5aae96bdb20e36a17d77ec60da874037544628.
* add missing dependencyDavid Tardon2012-05-291-1/+1
| | | | Change-Id: Iadd19f68ee4ed49842d6669354de6c1dca515cfc
* bin i18npool/version.mk, hardcode the versionDavid Tardon2012-05-292-42/+0
| | | | | | | | | | This makefile must be included from other makefiles, which means it must be delivered first, which does not play so well with gbuild's all-in-one-process build. Because the version has not changed once since the library was introduced in 2006, I consider this just an unecessary complication of already complex build process. Change-Id: I8304f0e8ef9e59a046b10f423dbe61d75e3fc5c2
* added same date acceptance patterns as in gd-GBEike Rathke2012-05-291-0/+2
| | | | Change-Id: I2e36fce85882566d19cb3e3c9fa3e037d322ce6c
* targetted string re-workNorbert Thiebaud2012-05-281-1/+1
| | | | Change-Id: I0d0712f441fcecb7a165173da7174e8f254cf39a
* fdo#45830: Indicate correct default locale settingRob Snelders2012-05-281-4/+1
| | | | Change-Id: I73904225b2ea1c5b78453caafe382860fb9a3a0f
* added missing closing quotes at end of literalsEike Rathke2012-05-241-3/+3
| | | | Change-Id: I3d204aa54dd9c13dfb87e702fa07aa4234977a49
* fixed a typo in zh-* currency format code that has been in since 2002 ...Eike Rathke2012-05-225-5/+5
|
* updated [zh-TW] locale data fdo#49274Cheng-Chia Tseng2012-05-221-41/+220
|
* removed unused const rtl::OUStringTakeshi Abe2012-05-171-1/+0
| | | | Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
* nutso static OUStringsCaolán McNamara2012-05-171-4/+2
| | | | Change-Id: I104af905eb0d13864f70f44386b2b573fb26e513
* i18npool: fix spurious re-deliver of i18npool.uno.so:Michael Stahl2012-05-161-1/+1
| | | | | The target is always older, because it is delivered while preserving the timestamp of the source, but here order only dependency is enough.
* reduce a gadzillion make_pairs executions to simple array of podCaolán McNamara2012-05-167-925/+925
| | | | Change-Id: I38249d12d0c4e7a732b505cf90e1e8806c718229
* added common date acceptance patterns to *-FR localesEike Rathke2012-05-154-0/+10
|
* make build work again with older ICUDavid Tardon2012-05-141-11/+24
| | | | | | | | | The recent addition of Hebrew line breaking rules apparently does not work with genbrk from ICU 4.6. Maybe we should just require 4.x (where x is the first version where it is implemented) as minimum ICU version? IMHO it would be better than this insane (and fragile) filtering... Change-Id: Ia2adad3621fa7a2f319a07fb569b1f1c1eb6db7c
* Resolves: fdo#49849 implement Unicode 6.1 hebrew line breaking rulesCaolán McNamara2012-05-133-53/+105
| | | | | | | i.e. sync with svn diff -c 31071 http://source.icu-project.org/repos/icu/icu/trunk/source/data/brkitr/line.txt Change-Id: I I I41b3d02f1a0da3b83a9684f29d466660d96254c6
* drop debugging spewCaolán McNamara2012-05-131-16/+0
| | | | Change-Id: I680a5d10d129ff9b7d6d543b0914418eedf078c6
* debug foo for mingw32 buildCaolán McNamara2012-05-111-0/+16
| | | | Change-Id: I1d5f9940c6f85269373ccbdc9caa6c5696996c9f
* drop debugging spewCaolán McNamara2012-05-111-5/+0
| | | | Change-Id: I50b0ce42e68c8a6a5da3150468a7df8bb9030686
* debug harderCaolán McNamara2012-05-111-1/+5
| | | | Change-Id: Ib74fba6059c1adcd10fc07331d70d7c7d8931bef
* dump transformed outputCaolán McNamara2012-05-111-1/+2
| | | | Change-Id: I4aec3fbd6cc8bad7cbeaaef6e9909b83b7771fe1
* is this sed line confusing older seds ?Caolán McNamara2012-05-111-1/+1
| | | | Change-Id: I04508b7bdc3fcb9fc1b0ddae7d595a302aa7ec65
* added Swedish [sv-SE] date acceptance patterns 'D/M' and 'D/M Y'Eike Rathke2012-05-111-0/+2
| | | | | http://erack.org/blog/archives/18-Does-your-LibreOffice-locale-need-a-date-acceptance-pattern-for-incomplete-date-input.html#c245 http://www.spraknamnden.se/sprakladan/ShowSearch.aspx?id=id=26089;objekttyp=lan
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-105-51/+60
| | | | Variables should have module name as prefix to prevent collisions.
* gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan2012-05-095-9/+9
| | | | Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
* re-added 'D/M/' date acceptance pattern to [is-IS]Eike Rathke2012-05-021-0/+1
| | | | | Argument is that "the reason for the "D/M/" pattern is for those who use the numpad for input", well, makes sense.
* swapped DefaultAbbrvName and DefaultFullName in Era elementsEike Rathke2012-05-021-4/+4
|
* changes to [is-IS] locale dataBjörgvin Ragnarsson2012-05-021-15/+16
|
* Related: fdo#49208 use UText adaptor to underlying rtl::OUStringCaolán McNamara2012-05-022-24/+27
| | | | | | | | | Don't convert to icu UnicodeString, retain text as shallow-copy of original via rtl::OUString and use UText adaptor. Allows use of equals to do super fast compare that new string is the same as the old string Change-Id: Ie9a3dc981b22a6866f3712c786331a1d6fcf153a
* Resolves: fdo#49208 icu string compare is shocking slowCaolán McNamara2012-05-011-3/+22
| | | | Change-Id: Iee3ab0ebbbb72e88e33dcbe0fcb4df1e4f60c301
* Related: fdo#49208 crazy to create the string *twice*Caolán McNamara2012-05-011-3/+5
| | | | Change-Id: Ib31919672d0754fa4f650dcb32dc2c59a410b54c
* script to list locales with and without DateAcceptancePatternEike Rathke2012-04-301-0/+121
|
* be more specific in locale data date acceptance pattern check outputEike Rathke2012-04-301-8/+13
|
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b