summaryrefslogtreecommitdiff
path: root/i18npool/source
AgeCommit message (Collapse)Author
2012-11-30Removed useless method from languagetagPaula Mannes
Change-Id: I683c54ed278d5a6ba12eaefb8040c3753a24f119 Signed-off-by: Paula Mannes <paulamannes@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1204 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-11-30added rtl_Locale convenience ctorEike Rathke
Change-Id: I195506b32a5cbf751ac90ad1ab13680097c8c428
2012-11-30add Sidama (sid) languageAndras Timar
Change-Id: I7c7fb38d7df5aecda8e81443aa7045479e0efceb
2012-11-29resolved fdo#57668 additional date formats using '/' separatorEike Rathke
Change-Id: I0736670512dd54e67fc08b65b9fad56ab904c92d
2012-11-28changes to Congolese localesEike Rathke
Changes to commit a81a9109ed43e0b3880c9bd88e58f2b21065226b The ..._CONGO identifier and "... (Congo)" resource string changes are only to match the current convention that if a locale is not of the default country of a language we mention the country. This helps in case we later add the other locale of a language. Having two Lang-IDs then with different sublanguage and adding the ISO locales is good practice. For axk-CG it should be LANGUAGE_USER_YAKA_CONGO instead of LANGUAGE_USER_AKA and the resource string should be "Aka (Congo)", because it is not the default axk-CF (Central African Republic), see http://www.ethnologue.com/show_language.asp?code=axk For kng-CG it should be LANGUAGE_USER_KIKONGO_CONGO instead of LANGUAGE_USER_KIKONGO and the resource string should be "Kikongo (Congo)", because it is not the default kng-CD (Democratic Republic of the Congo), see http://www.ethnologue.com/show_language.asp?code=kng However, changed name to Koongo instead of Kikongo because that is the default name even for Congo, see http://www.ethnologue.com/show_language.asp?code=kng, and used LANGUAGE_USER_KOONGO_CONGO instead. For njy-CG it should be LANGUAGE_USER_NJYEM_CONGO instead of LANGUAGE_USER_NJYEM and the resource string should be "Njyem (Congo)", because it is not the default njy-CM (Cameroon), see http://www.ethnologue.com/show_language.asp?code=njy For puu-CG it should be LANGUAGE_USER_PUNU_CONGO instead of LANGUAGE_USER_PUNU and the resource string should be "Punu (Congo)", because it is not the default puu-GA (Gabon), see http://www.ethnologue.com/show_language.asp?code=puu For yom-CG it should be LANGUAGE_USER_YOMBE_CONGO instead of LANGUAGE_USER_YOMBE and the resource string should be "Yombe (Congo)", because it is not the default yom-CD (Democratic Republic of the Congo), see http://www.ethnologue.com/show_language.asp?code=yom For each of these ..._CONGO lang-IDs introduced the default ID and made the ..._CONGO ID with sublanguage 0x20, adapted corresponding IDs in *.xml files. All IDs in those *_CG.xml files needed to be corrected anyway as they all had a replaceTo="[$CFA-63A]" copied from sg_CF.xml, the ID needs to match that of the LangID instead. As all LC_FORMAT element section were identical, made them refer to kng_CG instead of having duplicated copies, same for LC_CURRENCY. Removed the executable permission bits from *_CG.xml files. Change-Id: Iae06af5fbf19e3a3c83a4f4b4dcb857213df629e
2012-11-28Add/modify locales & language list entries for Congolese languagesJeremy Brown
Change-Id: I9f65022cee5dc0201ab45192b3731115ba50f27d
2012-11-28fdo#46808, use service constructor for i18n::CollatorNoel Grandin
Change-Id: If6ad17fa9e274beff7ba872a095ced65438962af
2012-11-27do not resolve LANGUAGE_NONE in MsLangId::getRealLanguage()Eike Rathke
LANGUAGE_NONE was resolved to UI language, don't do that, if desired use LANGUAGE_HID_HUMAN_INTERFACE_DEVICE instead. Change-Id: I4a45653c9dfef7cc2cddb941ea1174189708cea2
2012-11-27fdo#46808, convert i18n::BreakIterator impl to XComponentContextNoel Grandin
Change-Id: I2e6800d0f5a6346fc743d5a57bab34d1e36b4ee4
2012-11-27fdo#46808, use service constructor for i18n::NativeNumberSupplierNoel Grandin
Change-Id: I092ca8f912e26f0743909920c6e740d648b8677e
2012-11-24Move in-build liblangtag data to solver's unittest/installation/shareStephan Bergmann
...let BRAND_BASE_DIR point to solver's unittest/installation during CppUnit tests, and get rid of LIBLANGTAG_SHARE special case. (Intending to add further code to CppUnit tests soon that requires a fake BRAND_BASE_DIR, so clean this up now.) Change-Id: Ia5f0f247e54952f901c37ca31eda53f9c6591458
2012-11-22exclude language(-Script) only tags from pRegionT==NULL checkEike Rathke
Change-Id: Ie5423578e34a295aad3a03d2b29f3a6b1a6572ce
2012-11-21added operator==() and operator!=() to LanguageTagEike Rathke
Change-Id: I4f339ecaeb147a05f8882065e859902f8c14ac47
2012-11-20Blind fix for MACOSX-only MsLangId::convertIsoNamesToLanguage leftoverStephan Bergmann
Change-Id: Iec2845cb3717520e1126ac4e9743413d5f3a5119
2012-11-20slowly stabbing MsLangId::convert...() to deathEike Rathke
Change-Id: I0134593f8ba664b7a8e8a14f54485b96b749418d
2012-11-16added LanguageTag::makeFallback()Eike Rathke
Change-Id: I6a89dd2c5e34035ac1e6c9b7e4723d881c5ceaa9
2012-11-16added LanguageTag::getIsoLanguageCountry() methodEike Rathke
Change-Id: I8917c2958f021f11933d9da7fec8ef01609387c8
2012-11-16added LanguageTag::reset() methodsEike Rathke
Change-Id: Id78a989ab981d658dd8f331b030e00ce201c8bc9
2012-11-16return const reference for getBcp47() and getLocale()Eike Rathke
And use the rtl::Static pattern for statics. Change-Id: I80d8cc0a4a35771f86bec27edf41224d71cdea14
2012-11-15LanguageTag getters with optional bResolveSystem parameterEike Rathke
Added bResolveSystem=true parameter to getBcp47(), getLocale() and getLanguageType(). Other get...() and is...() methods now always resolve to system locale. Change-Id: I2d9718b8bd36aac5e047afd6921d462e52c6a235
2012-11-12fdo#46807: Add LRM before Shekel sign, forcing it to appear left of numbersLior Kaplan
introducing new Currency element and marking previous as legacyOnly Change-Id: I40a762bf03a15f241fc80279bb61be9a2710d2f0 Reviewed-on: https://gerrit.libreoffice.org/967 Reviewed-by: Lior Kaplan <kaplanlior@gmail.com> Tested-by: Lior Kaplan <kaplanlior@gmail.com> Reviewed-by: Eike Rathke <erack@redhat.com>
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
Patches from Herbert Duerr: #i118925# fix old word-boundary emulation http://svn.apache.org/viewvc?view=revision&revision=1301596 #i119031# preserving ASCII in ignore-* transliterations allows full SIMPLE_TRANS_MASK http://svn.apache.org/viewvc?view=revision&revision=1301104 #i118887# ignore zero-length matches in regexp search http://svn.apache.org/viewvc?view=revision&revision=1242235 fix transliteration flags for search pattern preprocessing http://svn.apache.org/viewvc?view=revision&revision=1236199 fix minor typo in comment http://svn.apache.org/viewvc?view=revision&revision=1234799 improve standard conformance regarding unicode UAX#29 word boundaries http://svn.apache.org/viewvc?view=revision&revision=1234786 emulate word boundary matching of old regex engine The new ICU regex engine has much improved unicode capabilities. The old regex engine had the extensions \< and \> for matching word boundaries. For the convenience of a smooth upgrade experience these artifacts now get mapped to \b which is supported by almost all regex engines. http://svn.apache.org/viewvc?view=revision&revision=1234777 #i118723# fill in regexp matcher group details http://svn.apache.org/viewvc?view=revision&revision=1228084 use ICU regexp instead of LGPL i18nregexp http://svn.apache.org/viewvc?view=revision&revision=1177610 #i119031# default to preserve ASCII in ignore-width transliteration http://svn.apache.org/viewvc?view=revision&revision=1301101
2012-11-09adapt to liblangtag 0.4.0 typesEike Rathke
Change-Id: I0ab5a25cafdd246828ba09db8d01bb498e7012ab
2012-11-09ensure lt_error_t is free'd and enable SAL_WARN/INFO againEike Rathke
Change-Id: Ida7914d7301c16ed1771be3d874c716c8fbaf8b4
2012-11-07enhance documentation of Currency legacyOnly attributeEike Rathke
Change-Id: I05f2f5e51490b6830a01fe72b11dd9da174719fd
2012-11-07Put the __attribute__ in the correct placeTor Lillqvist
Change-Id: I8444fe62254cefe950f356e2f0bca5625420cd75
2012-11-06fdo#56346 add a few more Uralic languages to languages dropdownAndras Timar
Change-Id: I4adad5b494e61d033d6525a07260f7b4b8cb4e9c
2012-11-06Try to unbreak the Android buildTor Lillqvist
Change-Id: I8fd77369cab201cd8ba2681398c23e81b186418f
2012-11-06WaE: duplicated variable nameCaolán McNamara
Change-Id: Id42116f2ddfe679b1a995590e35a619ff8d82d7e
2012-11-06fix build with icu-4.0Petr Mladek
use functions already provided by icu-4.0 Change-Id: I238a499ae1bc2a7efeb4d61fbe780e24d7d36a7a
2012-11-06Adapting to liblangtag 0.4.0Fridrich Štrba
Change-Id: Ie70a38a1481a280760a435f4809020ed5a327627
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin
Change-Id: I0499ad7de27b1539e97f01ab8aa0ef2d6713ae76
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin
Simply make the service implement XExtendedTransliteration, since all of the implementatins already do that. Change-Id: If03bf56a8d33931ad0230743a4603e2ae9b104ac
2012-11-02Consolidate ₪ appearances to a CURRENCY templateLior Kaplan
Change-Id: Ibde3ac38e27e5abb42aa5d538762a3a5a7401f2b Reviewed-on: https://gerrit.libreoffice.org/966 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin
...in favor of existing new-style configuration::theDefaultProvider singleton. Theoretically, ConfigurationProvider instances can be created with specific Locale and EnableAsync arguments, but this is hardly used in practice, and thus effectively all uses of the ConfigurationProvider service use the theDefaultProvider instance, anyway. theDefaultProvider is restricted to the XMultiServiceFactory interface, while ConfigurationProvider also makes available XComponent. However, dispose must not be called manually on theDefaultProvider singleton anyway, and calls to add-/removeEventListener are so few (and in dubious code that should better be cleaned up) that requiring an explicit queryInterface does not really hurt there. This commit originated as a patch by Noel Grandin to "Adapt configuration::ConfigurationProvider UNO service to new style [by creating] a merged XConfigurationProvider interface for this service to implement." It was then modified by Stephan Bergmann by deprecating ConfigurationProvider instead of adding XConfigurationProvider and by replacing calls to ConfigurationProvider::create with calls to theDefaultProvider::get. Change-Id: I9c16700afe0faff1ef6f20338a66bd7a9af990bd
2012-10-28Update reference link for Hebrew Numbering SystemLior Kaplan
Change-Id: I5b761341b1bfbd3462ab5ffa21608182584f757a
2012-10-27Remove unused overrideDataPathJulien Nabet
Change-Id: I7dfaa933d918023999bfe78a497da7dbd59f7fc1
2012-10-24fdo#55732 display upper case greek letters in page numbering optionLester
\n\nAll of the code for the constant defining greek upper case page numbering is correct, but the UI dialog that represents that constant displayed lower case greek letters, and vice versa. So, the dialog should display the proper characters. Change-Id: Ib8d0a41928796fbed5f36162c35d6e1db2463e07 Reviewed-on: https://gerrit.libreoffice.org/904 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-10-23Handle getAllFormats1, too, but it exists only for en_USTor Lillqvist
Change-Id: Ia8de5f1a619466e473f7a9586f53a38bdf9c2e51
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin
Note that I found a pre-existing bug in linguistic/source/gciterator.cxx but I was not able to fix it, because doing so appears to expose bugs elsewhere! Change-Id: I17fb9108d98a98d0ae13fe5a8e043d2db5b27a6a
2012-10-08add Croatian [hr-HR] genitive case month namesNeven Ćosić
Change-Id: Ic6c178153a64daf975af2495779b04b798a6381f
2012-10-05Turn a SAL_WARN into SAL_INFOStephan Bergmann
...as lingucomponent GetOldStyleDics SYSTEM_DICTS code harmlessly triggers it routinely with input containing _ and then fixing the input. Change-Id: Id00857f0b89eb65ad155e8cf0883dd2f45851c7d
2012-10-04use correct LangID in currency keyEike Rathke
Change-Id: I2607e2cfcee151f4fda05f2eb47d860ac9d1079a
2012-10-04use correct LangID in currency keyEike Rathke
Change-Id: Id93dbccac2495491350c2cbcd7348d98f54a211a
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
The xml.sax.Parser service already existed, it just did not have a new-style service to create it. Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
2012-10-01Add back compatible Hungarian date format acceptanceLászló Németh
Change-Id: I6b6d62cda241250db89cdcabaa04952d36e1acfd Reviewed-on: https://gerrit.libreoffice.org/720 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2012-09-26msi-encodinglist.txt was moved to different locationAndras Timar
Change-Id: I05715d4afb205aa11eb0eb98c6734db02a6be8d8
2012-09-26sal_Bool -> boolNoel Grandin
Change-Id: Idacea435ecf403770083f5c1e75c3ad1992ec14a
2012-09-21Add locale files for ebo_CG and tyx_CG.Jeremy Brown
Change-Id: Ide7b8feeee240faeabb0164a3f82849d70bb11b3
2012-09-19Related: #112623# add regression test for japanese word break rulesCaolán McNamara
Change-Id: I05baf163cc00d3770b9a8b25b099ffcbd9623a2f