Charles Pigott
|
19076c24c1
|
Fix #6690: Compilation with ICU 61
|
2018-04-08 11:47:26 +02:00 |
|
frosch
|
a56e2bccd0
|
(svn r27756) -Codechange: Add StringTab enum
|
2017-02-26 19:40:53 +00:00 |
|
frosch
|
f4da8ece0c
|
(svn r27755) -Codechange: Move TAB_SIZE to strings_type.h and use it consistently.
|
2017-02-26 19:40:32 +00:00 |
|
frosch
|
9ad09627ad
|
(svn r27754) -Codechange: Add GetStringTab(), GetStringIndex() and MakeStringID() to access the structure of StringIDs.
|
2017-02-26 19:39:58 +00:00 |
|
rubidium
|
69fac508c3
|
(svn r27367) -Codechange: make a distinction between the layouting part of ICU (lx) or the sorting/collation part of ICU (i18n)
|
2015-08-09 12:33:27 +00:00 |
|
rubidium
|
50b63c5870
|
(svn r23585) -Codechange: replace some magic numbers with less magic constants
|
2011-12-17 23:16:16 +00:00 |
|
rubidium
|
525e2c9e73
|
(svn r22806) -Codechange: store the number of untranslated strings in the language file
|
2011-08-21 19:21:38 +00:00 |
|
rubidium
|
fb5ecb9499
|
(svn r22411) -Document: another bunch of bits
|
2011-05-02 17:42:12 +00:00 |
|
rubidium
|
7efd7e19ed
|
(svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m].
|
2011-01-18 22:31:06 +00:00 |
|
terkhen
|
4b944cb13e
|
(svn r21343) -Add: Function that compares strings using case insensitive natural sort.
|
2010-11-27 22:47:29 +00:00 |
|
rubidium
|
034eb834cc
|
(svn r21177) -Codechange: change UniqueLanguageFile into GetLanguage
|
2010-11-13 19:10:30 +00:00 |
|
rubidium
|
d46a2ef122
|
(svn r21165) -Codechange: move the case/gender meta data into the language metadata struct as well
|
2010-11-13 14:36:43 +00:00 |
|
rubidium
|
8aba642ed5
|
(svn r21164) -Codechange: replace the hardcoded array of language metadata with a list
|
2010-11-13 12:09:30 +00:00 |
|
rubidium
|
68b94e61e0
|
(svn r21163) -Codechange: pass a LanguageMetadata struct instead of its index to ReadLanguagePack, and simplify one of its callers
|
2010-11-13 11:38:01 +00:00 |
|
rubidium
|
f4e4056aed
|
(svn r21161) -Codechange: make the currently used language easier accessible
|
2010-11-13 11:25:58 +00:00 |
|
rubidium
|
f195920695
|
(svn r21160) -Codechange: reuse the strgen LanguageHeader to store some metadata about a language, and keep the language metadata in memory instead of loading it several times from disk
|
2010-11-13 11:11:02 +00:00 |
|