diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-29 11:40:31 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-29 11:40:31 (GMT) |
commit | 4b11d5fe7fa29c7e54fa991307ac3a8acd2b7258 (patch) | |
tree | dace28d70e1e0039f921c68dd7b9b543b8e9e506 | |
parent | a5acd67f2045fe9ab7b9a49cc631b410a19babe1 (diff) | |
parent | 37658e808d278d9b59d70c19a85800423052486a (diff) | |
download | tcl-4b11d5fe7fa29c7e54fa991307ac3a8acd2b7258.zip tcl-4b11d5fe7fa29c7e54fa991307ac3a8acd2b7258.tar.gz tcl-4b11d5fe7fa29c7e54fa991307ac3a8acd2b7258.tar.bz2 |
Add tn, ro_MO and ru_MO to msgcat
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | library/msgcat/msgcat.tcl | 5 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2012-06-29 Jan Nijtmans <nijtmans@users.sf.net> + + * library/msgcat/msgcat.tcl: Add tn, ro_MO and ru_MO to msgcat. + 2012-06-29 Harald Oehlmann <harald.oehlmann@elmicron.de> * library/msgcat/msgcat.tcl: [Bug 3536888] Locale guessing of msgcat diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl index 3757ec6..f6c62a3 100644 --- a/library/msgcat/msgcat.tcl +++ b/library/msgcat/msgcat.tcl @@ -66,8 +66,8 @@ namespace eval msgcat { 15 pl 0415 pl_PL 16 pt 0416 pt_BR 0816 pt_PT 17 rm 0417 rm_CH - 18 ro 0418 ro_RO - 19 ru + 18 ro 0418 ro_RO 0818 ro_MO + 19 ru 0819 ru_MO 1a hr 041a hr_HR 081a sr_YU 0c1a sr_YU@cyrillic 1b sk 041b sk_SK 1c sq 041c sq_AL @@ -92,6 +92,7 @@ namespace eval msgcat { 2f mk 042f mk_MK 30 bnt 0430 bnt_TZ 31 ts 0431 ts_ZA + 32 tn 33 ven 0433 ven_ZA 34 xh 0434 xh_ZA 35 zu 0435 zu_ZA |