Add Belarusian translation by Mihas Varantsou

This commit is contained in:
Christophe Dumez 2012-01-31 19:25:57 +02:00
commit 3da9fec665
7 changed files with 5349 additions and 1 deletions

View file

@ -1271,6 +1271,7 @@ QString options_imp::languageToLocalizedString(QLocale::Language language, const
case QLocale::Japanese: return QString::fromUtf8("日本語");
case QLocale::Arabic: return QString::fromUtf8("عربي");
case QLocale::Georgian: return QString::fromUtf8("ქართული");
case QLocale::Byelorussian: return QString::fromUtf8("Беларуская");
case QLocale::Chinese: {
if(country == "cn")
return QString::fromUtf8("中文 (简体)");