I18N: Add Georgian translation

This commit is contained in:
Christophe Dumez
2011-12-27 13:29:35 +02:00
parent a275e26ba7
commit 26b8decb24
8 changed files with 5333 additions and 2 deletions

View File

@@ -1270,6 +1270,7 @@ QString options_imp::languageToLocalizedString(QLocale::Language language, const
case QLocale::Russian: return QString::fromUtf8("Русский");
case QLocale::Japanese: return QString::fromUtf8("日本語");
case QLocale::Arabic: return QString::fromUtf8("عربي");
case QLocale::Georgian: return QString::fromUtf8("ქართული");
case QLocale::Chinese: {
if(country == "cn")
return QString::fromUtf8("中文 (简体)");