summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/I18N/LangTags.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/I18N/LangTags.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/I18N/LangTags.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/I18N/LangTags.pm b/Master/tlpkg/tlperl/lib/I18N/LangTags.pm
index aeb726dd017..9bac7077e70 100644
--- a/Master/tlpkg/tlperl/lib/I18N/LangTags.pm
+++ b/Master/tlpkg/tlperl/lib/I18N/LangTags.pm
@@ -19,7 +19,7 @@ require Exporter;
);
%EXPORT_TAGS = ('ALL' => \@EXPORT_OK);
-$VERSION = "0.39";
+$VERSION = "0.40";
sub uniq { my %seen; return grep(!($seen{$_}++), @_); } # a util function
@@ -678,7 +678,7 @@ sub alternate_language_tags {
# My guesses at Slavic intelligibility:
([qw(ru be uk)]) x 2, # Russian, Belarusian, Ukranian
- 'sr' => 'hr', 'hr' => 'sr', # Serb + Croat
+ ([qw(sr hr bs)]) x 2, # Serbian, Croatian, Bosnian
'cs' => 'sk', 'sk' => 'cs', # Czech + Slovak
'ms' => 'id', 'id' => 'ms', # Malay + Indonesian