summaryrefslogtreecommitdiffstats
path: root/library/msgs
Commit message (Collapse)AuthorAgeFilesLines
* Translate all \u???? sequences to their UTF-8 counterpart in *.msg files: It ↵jan.nijtmans2017-04-1364-1187/+1187
| | | | | is faster during parsing (since no backslash-sequences have to be handled) and makes the msg-files better readable by humans. TODO: adapt tools/loadICU.tcl to generate UTF-8 in stead of those sequences. This tools seems to be out-of-date a long time already, I couldn't make it run with latest ICU.
* Fix execute permission on many files which shouldn't have it.jan.nijtmans2013-10-17127-0/+0
|
* [Bug 3561330]: Use the correct full name of March in Ukrainian.dkf2012-08-251-1/+1
|
* [Bug 3016135] traceback using clock format with locale of he_ILnijtmans2010-06-161-2/+2
|
* * doc/clock.n: Corrected a silly error (transposed 'uppercase'Kevin B Kenny2007-04-201-21/+6
| | | | | | | | | | | | | | | and 'lowercase' in clock.n. [Bug 1656002] Clarified that [clock scan] does not recognize a locale's alternative calendar. * library/clock.tcl: Corrected an error in skipping over the %Ey field on input. * library/msgs/ja.msg: * tools/loadICU.tcl: Corrected several localisation faults in the Japanese locale (most notably, incorrect dates for the Emperors' eras). [Bug 1637471]. Many thanks to SourceForge user 'nyademo' for pointing this out and developing a fix. * generic/tclPathObj.c: Corrected a 'const'ness fault that caused bitter complaints from MSVC.
* Changed message catalog file names to lowercaseKevin B Kenny2005-08-1767-0/+0
|
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-18127-0/+3670