summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-02-25 13:31:16 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-02-25 13:31:16 +0000
commit00a21b0dac93d98f7a18314830840b9330737106 (patch)
tree36669c072f1248a73a2b3bd775111d505b6e7fbc /perl-install/lang.pm
parentfaeb5d40107bd52bba49b52e359e567502d58c18 (diff)
downloaddrakx-backup-do-not-use-00a21b0dac93d98f7a18314830840b9330737106.tar
drakx-backup-do-not-use-00a21b0dac93d98f7a18314830840b9330737106.tar.gz
drakx-backup-do-not-use-00a21b0dac93d98f7a18314830840b9330737106.tar.bz2
drakx-backup-do-not-use-00a21b0dac93d98f7a18314830840b9330737106.tar.xz
drakx-backup-do-not-use-00a21b0dac93d98f7a18314830840b9330737106.zip
completed lang2country
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm15
1 files changed, 11 insertions, 4 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 340487493..b2a26e177 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -122,10 +122,10 @@ my %languages = my @languages = (
'sk' => [ 'Slovak', 'iso-8859-2', 'sk', 'sk' ],
'sl' => [ 'Slovenian', 'iso-8859-2', 'sl', 'sl' ],
'sp' => [ 'Serbian|Cyrillic (ISO-8859-5)','iso-8859-5', 'sp', 'sp:sr' ],
- 'sp' => [ 'Serbian|Cyrillic (CP1251)','cp1251', 'sp', 'sp:sr' ],
- 'sp' => [ 'Serbian|Cyrillic (UTF-8)','utf_1251', 'sp', 'sp:sr' ],
+'sp_YU.CP1251'=> [ 'Serbian|Cyrillic (CP1251)','cp1251', 'sp', 'sp:sr' ],
+'sp_YU.UTF-8'=> [ 'Serbian|Cyrillic (UTF-8)','utf_1251', 'sp', 'sp:sr' ],
'sr' => [ 'Serbian|Latin (ISO-8859-2)','iso-8859-2','sr', 'sr' ],
- 'sr' => [ 'Serbian|Latin (UTF-8)', 'utf_2', 'sr', 'sr' ],
+'sr_YU.UTF-8'=> [ 'Serbian|Latin (UTF-8)', 'utf_2', 'sr', 'sr' ],
'sv' => [ 'Swedish', 'iso-8859-1', 'sv', 'sv' ],
# there is no tamil font curently; so set DrakX encoding to utf_1
'ta_IN.UTF-8'=> [ 'Tamil', 'utf_1', 'ta', 'ta' ],
@@ -133,7 +133,7 @@ my %languages = my @languages = (
'th' => [ 'Thai|TIS-620', 'tis620', 'th', 'th' ],
'th_TH.UTF-8'=> [ 'Thai (UTF-8)', 'utf_th', 'th', 'th' ],
'tr' => [ 'Turkish', 'iso-8859-9', 'tr', 'tr' ],
-#-'tt_RU.UTF-8'=> [ 'Tatar', 'koi8-k', 'tg', 'tg' ],
+#-'tt_RU.UTF-8'=> [ 'Tatar', 'koi8-k', 'tt', 'tt' ],
#-'ur' => [ 'Urdu', 'cp1256', 'ur', 'ur' ],
'uk_UA' => [ 'Ukrainian|KOI8-U', 'koi8-u', 'uk', 'uk_UA:uk' ],
'uk_UA.CP1251'=> [ 'Ukrainian|CP1251', 'cp1251', 'uk', 'uk_UA:uk' ],
@@ -409,13 +409,20 @@ my %charset2kde_charset = (
#- for special cases not handled magically
my %lang2country = (
+ ar => 'eg',
+ bs => 'bh',
cs => 'cz',
da => 'dk',
el => 'gr',
et => 'ee',
ko => 'kr',
mi => 'nz',
+ ms => 'my',
+ nn => 'no',
sl => 'si',
+ sp => 'yu',
+ sr => 'yu',
+ sv => 'se',
);
#-######################################################################################