Commit graph

2706 commits

Author SHA1 Message Date
Cheng-Chia Tseng
c7b319d2f1 resolved fdo#46947 duplicated date format [zh-TW]
Use GG era abbreviation in one format instead of full GGG.
2012-03-18 19:54:44 +01:00
Matúš Kukan
6c1c06f1c2 gbuild: remove some more realpaths
Where necessary, replace with wildcard, what does not change path.
2012-03-10 21:23:21 +01:00
Matúš Kukan
84b3f7b345 gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
Caolán McNamara
80b0a3a7b6 fold i18npaper into i18nutil
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
2012-03-08 12:02:38 +00:00
Caolán McNamara
5b39562590 de-uno-ize ScriptTypeDetector
leave a UnoScriptTypeDetector implementation that points to the
trivial ScriptTypeDetector for external consumers, e.g. sdext
2012-03-08 12:02:37 +00:00
Caolán McNamara
a80495526c OUString::createFromAscii -> new style 2012-03-08 12:02:37 +00:00
Eike Rathke
20c25d497a fdo#46411 added [pjt-AU] Pitjantjatjara locale data 2012-02-28 16:08:06 +01:00
Eike Rathke
082b2bca9f fdo#46411 added [pjt-AU] Pitjantjatjara to language list 2012-02-23 12:27:00 +01:00
Eike Rathke
894502df74 resolved rhbz#794679 use proper Indian Rupee currency symbol U+20B9 2012-02-17 13:11:47 +01:00
Tor Lillqvist
a1fe0a772f Use the same simple lo_main() on iOS as on Android
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.
2012-02-16 15:25:37 +02:00
Eike Rathke
ec7ed71cd3 changed [et-EE] single quotation marks to be such 2012-02-14 20:07:08 +01:00
Eike Rathke
5930f866b6 added [fr-CH] date acceptance patterns "D/M" and "D.M." 2012-02-14 19:44:48 +01:00
Caolán McNamara
475d0c59c6 use icu's breakiterator for Thai, not our customized generic rules 2012-02-14 16:10:30 +00:00
Caolán McNamara
fad63878e5 add northern-thai example 2012-02-14 16:10:30 +00:00
Caolán McNamara
1a450f53db add a unit test to demo broken thai word-boundary detection 2012-02-14 16:10:30 +00:00
Norbert Thiebaud
c857dff7fc switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Eike Rathke
4bee7187cd corrections to Komi languages patch
* 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.
2012-02-01 00:44:02 +01:00
Harri Pitkänen
38b94d743e Support Komi-Zyrian and Komi-Permyak as text language for spell checking 2012-02-01 00:44:02 +01:00
Eike Rathke
91e9cdd329 added [br-FR] date acceptance pattern "D/M" 2012-01-27 17:10:18 +01:00
Eike Rathke
e6870cf32d added [et-EE] date acceptance patterns "D.M", "D.M." and with spaces 2012-01-27 17:01:54 +01:00
Eike Rathke
2d8a5940a0 added [tr-TR] date acceptance patterns "D.M" "D/M" "D-M" 2012-01-23 17:51:11 +01:00
Eike Rathke
49e6856631 added [fi-FI] date acceptance pattern "D.M." 2012-01-23 17:43:01 +01:00
Eike Rathke
b247f7691e added description of time edit format 2012-01-23 16:59:35 +01:00
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
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-21 15:21:16 +01:00
Milos Sramek
3cf7dcdde2 updated [sk-SK] formats and month names 2012-01-21 01:16:41 +01:00
Eike Rathke
4e0928278d corrected [gu-IN] currency symbol update 2012-01-20 17:27:31 +01:00
Ankitkumar Rameshchandra Patel
5d6af4f294 changed [gu-IN] month names and reserved words, updated currency symbol 2012-01-20 17:27:30 +01:00
Eike Rathke
688551303e added [fr-LU] date acceptance pattern "D/M" 2012-01-19 23:47:48 +01:00
Eike Rathke
513e5c109d added [fr-BE] date acceptance pattern "D/M" 2012-01-19 23:46:41 +01:00
Eike Rathke
3e49fe29e8 added [fr-FR] date acceptance pattern "D/M" 2012-01-19 23:44:46 +01:00
Eike Rathke
bffecae79a added [kab-DZ] date acceptance pattern "D/M" 2012-01-19 23:28:49 +01:00
Eike Rathke
09c1d11120 added [be-BY] date acceptance patterns "D.M." and "D/M/" 2012-01-19 22:37:53 +01:00
Eike Rathke
af25972c19 added [ja-JP] date acceptance patterns (various) 2012-01-19 22:31:02 +01:00
Eike Rathke
0dc4e9cd0a added check for duplicated date acceptance patterns
Also insert full date acceptance pattern at first position instead of
appending to have it be first in checks.
2012-01-19 22:31:02 +01:00
Eike Rathke
c0bbf6f78a rudimentary check if date acceptance pattern interferes with decimal number 2012-01-17 17:04:35 +01:00
Eike Rathke
fa836f7bf0 added [zh-TW] date acceptance patterns (various) 2012-01-17 17:04:35 +01:00
Eike Rathke
605707652a added [zh-CN] date acceptance patterns (various) 2012-01-17 15:41:10 +01:00
Eike Rathke
054b910f72 added [ru-RU] date acceptance patterns "D.M." and "D/M/" 2012-01-17 15:20:46 +01:00
Eike Rathke
3cc4917c2d added [is-IS] date acceptance patterns "D.M." and "D/M/" 2012-01-17 15:13:07 +01:00
Eike Rathke
87b12c4271 added [glt-LT] date acceptance pattern "M-D" 2012-01-17 14:38:16 +01:00
Eike Rathke
197c0ef041 added [gd-GB] date acceptance patterns "D/M" and "D-M" 2012-01-17 14:34:31 +01:00
Eike Rathke
abfbda01c8 added [nl-BE] date acceptance pattern "D/M" 2012-01-17 14:25:11 +01:00
Eike Rathke
741282c6e8 added [nl-NL] date acceptance pattern "D-M" 2012-01-17 14:25:11 +01:00
Jesús Corrius
e532fc14d3 added [ca-ES] date acceptance pattern D/M 2012-01-17 13:59:09 +01:00
Eike Rathke
b5ea4471ad added element name check for LC_FORMAT 2012-01-17 13:22:06 +01:00
Eike Rathke
d553f0bdd8 added [es-ES] date acceptance pattern "D/M" 2012-01-17 13:22:06 +01:00
Eike Rathke
c542fc3a41 added [an-ES] date acceptance pattern "D/M" 2012-01-17 13:22:06 +01:00
Da'angh Khagaroth
2955fc0c3e DateAcceptancePattern and PartitiveMonths for Czech language 2012-01-16 17:14:21 +01:00
Eike Rathke
12eb7da661 changed [pt-PT] default date format to DD-MM-AAAA (was DD-MM-AA) 2012-01-13 22:56:56 +01:00
Eike Rathke
90a94c5507 added [it-IT] date acceptance pattern "D/M" 2012-01-13 22:42:32 +01:00