summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Collapse)Author
2013-02-28resolved fdo#60915 force long year only for ROC calendarEike Rathke
Long year was forced unconditionally for all non-Gregorian calendars, do this only for ROC calendar. Change-Id: I39d6eb269b3d38046d32dcf0f66edd5617581b9d
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28fdo#57536 remove 着:著, because it is wrong is some casesAndras Timar
Change-Id: Ia7c5692e1da4d24d985f0813e07631898d7100ce
2013-02-27cppu: new ZipPackage_cppu_odk_headersMichael Stahl
Change-Id: I4ceee0ed3438a18e13c186ebd8d390604d26ec28
2013-02-25remove some trivial duplicatesThomas Arnhold
Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
2013-02-25loplugin: improve indentationThomas Arnhold
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-24loplugin: unused variablesThomas Arnhold
Change-Id: I7fc203900256839e679bf73b717d121fedc42087
2013-02-23Fix typo seperated/separatedJulien Nabet
Change-Id: I133423de994b1befe246b6c921802428a3528202
2013-02-22s/the the/the/Tor Lillqvist
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-19make it possible to build with system icu 4.2 (RHEL-6)Caolán McNamara
Change-Id: I69bf7bc33a619c4aa9483e2dc3d5540e4dfa7458
2013-02-19added reset(rtl_Locale)Eike Rathke
Change-Id: I1bc83dd4e5286f7102513d8a4c7d5624952eb830
2013-02-19for now convert using MsLangId::convertUnxByteStringToLanguage()Eike Rathke
Change-Id: Iaedd4bd6eda1db293fa3dc6222c7353ce466ec04
2013-02-18prepare LanguageTag(rtl_Locale) for handling variant/modifierEike Rathke
Change-Id: Ic500bb2eecd090d5568703740c3700c6d50635ae
2013-02-18added LanguageTag::getFallbackStrings()Eike Rathke
Change-Id: Ia597cb184e0402e776cde50967541f008e22d4c9
2013-02-18added LanguageTag::hasScript()Eike Rathke
Change-Id: If9eaca46ef8daa544ee208444f79423122b10739
2013-02-15use LanguageTag(rtl_Locale) ctorEike Rathke
Change-Id: Ie668d40b815ae1cbcdb321649d8e52513cad1aec
2013-02-12fdo#46808, convert i18n::InputSequenceChecker to new-styleNoel Grandin
Change-Id: I29678d74ae3c6dc38d3d09e2cf4a0d4f28f789a1
2013-02-11fdo#46808, Adapt ConversionDictionaryList UNO service to new styleNoel Grandin
Change-Id: I16efc7466a2dbcccb4dddefdccada8549e7252f8
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl
Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-26unify the spelling of 'Kazakh' language nameAndras Timar
While 'Kazakh' can be written as 'Kazak' or 'Qazaq', the 'Kazakh' form is the most widespread according to online sources (Wikipedia, LCID list from Microsoft). Also the 'Kazakh' form is preferred by a Kazakh contributor, see http://listarchives.libreoffice.org/global/l10n/msg05444.html In LibreOffice both 'Kazak' and 'Kazakh' was used at different places. Change-Id: Ief83eb05e92af16cb5b795f2bbb1e3d6f7c9659a
2013-01-16Do not hide information about UNO bootstrap failuresStephan Bergmann
Change-Id: I42ce84a00c4de60d30093f58214f76647ff03097
2013-01-15fdo#59197 added Sidama_Ethiopia [sid-ET] locale dataTadele Assefa
Change-Id: Id40a5f1d726b9d2b4cf78fbbf51d980517c743a1
2013-01-15fdo#46808, Convert services in i18npool to XComponentContextNoel Grandin
Change-Id: I3aeaca995bc9a3d865b6955aa47cee4d9eb07750
2013-01-02partly revert 92a9b7780c6e13a4da3b12794342edbc4c09ef51 for ICU < 49Eike Rathke
Re-enable build with ICU 4.6 and 4.8 ICU versions prior to 49 don't know Conditional_Japanese_Starter and Hebrew_Letter Also, the change in i18npool/CustomTarget_breakiterator.mk - -e "s#\[:LineBreak = Close_Punctuation:\]#\[& \[:LineBreak = Close_Parenthesis:\]\]#" \ with i18npool/source/breakiterator/data/line.txt -$CL = [:LineBreak = Close_Punctuation:] ; +$CL = [:LineBreak = Close_Parenthesis:]; did not produce equivalent results. Instead use $CP = [:LineBreak = Close_Parenthesis:]; $CL = [[:LineBreak = Close_Punctuation:] $CP]; Change-Id: I14fc14319ea34f23393264560452a79bb49fc3a7
2013-01-01We don't use these when DISABLE_DYNLOADINGTor Lillqvist
Change-Id: I3be187cf7e87697e37a6dafbcdf8d0a4b924639e
2013-01-01WaE: private field 'hModule' is not usedTor Lillqvist
Change-Id: If3fc6937e66e9261255a9b197f995d923cc31132
2012-12-30add runtime deps for custom targetsDavid Tardon
Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008
2012-12-29follow logical consequences of a minimum icu version of 4.6Caolán McNamara
since commit f20ed8959bc0a984177377a734d34f767653625b Change-Id: I4f2fc5d9eb7a581b9ed707a3c3f96be817141846
2012-12-29gendict is internal tool, not part of ICUDavid Tardon
Change-Id: Ica89dc89663ed3fa611e36245732b296386b5bf7
2012-12-29register ICU tools as external executablesDavid Tardon
Change-Id: Ia6c96d3db5c232cb393832c1dd4e33295827bb99
2012-12-29rethink external executable setupDavid Tardon
Change-Id: I5293fea9b5404b82e72761407d325c408a2e45ca
2012-12-28fix icu deps againPeter Foley
Change-Id: Iecc35559cf77e844a84e1f058cb57c02d53493a2
2012-12-28fix icu depsPeter Foley
Change-Id: I1763b73e80a19244d0fd788580c825c284347a35
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley
Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6 Reviewed-on: https://gerrit.libreoffice.org/1488 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-12-21getFunctionSymbolByName: make fall-back locale actually workMichael Meeks
Change-Id: I7313cca3335e1b41df2a70fe968bc1e6386a1e36
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann
Change-Id: I27fd4d1f1dfafccaa7936defb5cd687d6266e0a2
2012-12-21Adapt i18npool saxparser to defaultBootstrap_InitialComponentContextStephan Bergmann
...instead of deprecated cppu::createRegistryServiceFactory. Change-Id: I64431f3d404e24267953de3fb94e3e5241db30a8
2012-12-21fdo#58590 - cleanup and accelerate break-iterators.Michael Meeks
Doing word-count by switching per-word between two different kinds of word iterator was insanely slow. This preserves an ICU break-iterator for each type of word-breaking.
2012-12-20Require icu 4.6 or later with system icuTomáš Chvátal
Change-Id: I8c0da25a000e10d65479665a61be054fdb2486a5 Reviewed-on: https://gerrit.libreoffice.org/1453 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
2012-12-19added [hr-HR] D.M.Y. date acceptance pattern (dot after year)Eike Rathke
Change-Id: Ie212f2e91b3ef262997bcd125817769ae24c16c3
2012-12-13introduced [mul] multiple and [und] undetermined language codesEike Rathke
Various places use an empty locale or string to indicate different meanings and/or variants of "this is not a real locale but I didn't know what to use else" or abuse LANGUAGE_DONTKNOW in one or the other way. In preparation of changing that awkward situation now offer the ISO 639 codes for multiple languages [mul] and language undetermined [und], mapping to LANGUAGE_MULTIPLE and LANGUAGE_UNDETERMINED. Change-Id: I687de23ffc00a9a056f2837b024e0a62658e3df2
2012-12-11avoid liblangtag processing for known locales, and know 'qtz'Eike Rathke
For "simple" known (to us) locales avoid the overhead of liblangtag, also in preparation of not having to initialize its database during startup. This also enables recognition of the 'qtz' pseudolocale for key ID resources again, see fdo#57413 Change-Id: Id52a1ddc37b42063e3bf68a6dbeaeacfbfa704ef
2012-12-10fdo#52240 added [hr-HR] date acceptance patterns D/M/Y;D/MEike Rathke
As per https://bugs.freedesktop.org/show_bug.cgi?id=52240#c59 Change-Id: I9f5ba81c5fd6732ca7e90e0480fcc02ed2709674
2012-12-10fdo#52240 added [no-NO] date acceptance patterns D.M;D/M/Y;D/M;D/M YEike Rathke
Also referenced by nb-NO and ny-NO Changes as per http://erack.org/blog/archives/18-comments.html#c351 Change-Id: I9e07f4307800e99fdff21bccde91af4178b244f3
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák
No point in hidding something useful like this in some helper lib. Change-Id: I7332d7f6bd428378cd19e7e95ad130771a541140
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák
Change-Id: I80af0399037e4f68113338139e7f2ad2400e65ab
2012-12-02RepositoryExternal.mk: clean up awful icudata/icui18n duplicationMichael Stahl
Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c
2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon
Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a