Subject: | Wrong language for Belarus |
The official language for Belarus is 'Belarusian' not 'Byelorussian'.
This program will reproduce the problem:
#!/usr/bin/perl -wT
use Locale::Object::Country;
my $l = (Locale::Object::Country->new(code_alpha2 =>
'by')->languages_official)[0];
print $l->name . "\n";