diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-29 11:39:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-29 11:39:57 (GMT) |
commit | f490a622dec189accf0e16e3321d30d44c0821ea (patch) | |
tree | a1161ab05cd74f70bdccbe4a2696261ec99095b5 | |
parent | 4dd435be4015a6665a8ccfeaedfc329fee4975ee (diff) | |
parent | b3b04348558215a3acd092d58664c31a255781bf (diff) | |
download | tcl-f490a622dec189accf0e16e3321d30d44c0821ea.zip tcl-f490a622dec189accf0e16e3321d30d44c0821ea.tar.gz tcl-f490a622dec189accf0e16e3321d30d44c0821ea.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 |