diff options
author | thomascube <thomas@roundcube.net> | 2005-10-21 12:12:23 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-21 12:12:23 +0000 |
commit | a95e0e174c48b7c5242b8969aef99838a52c41ee (patch) | |
tree | eb87cb9c33433269d2f2376e841e1d6d66eff667 /program/localization/index.inc | |
parent | 7902df457d3401c83f78a6ddd48df1a7f07f68b1 (diff) |
Improved support for UTF-8 and other charsets
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r-- | program/localization/index.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/index.inc b/program/localization/index.inc index 6f68b0c46..e50a2713c 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -39,7 +39,7 @@ 'it' => 'Italiano', 'jp' => 'Japanese', 'kr' => 'Korean', - 'lt' => 'Lithuanian', + 'lv' => 'Latvian', 'nl' => 'Nederlands', 'no' => 'Norsk (bokmål)', 'fa' => 'Persian', |