New translation: Esperanto

Also re-run lupdate.
This commit is contained in:
sledgehammer999 2015-11-22 21:59:47 +02:00
parent 09e85900d7
commit 18f3517efa
50 changed files with 8460 additions and 264 deletions

View file

@ -1403,6 +1403,7 @@ QString options_imp::languageToLocalizedString(const QLocale &locale)
return QString::fromUtf8(C_LOCALE_ENGLISH_UNITEDKINGDOM);
return QString::fromUtf8(C_LOCALE_ENGLISH);
}
case QLocale::Esperanto: return QString::fromUtf8(C_LOCALE_ESPERANTO);
case QLocale::French: return QString::fromUtf8(C_LOCALE_FRENCH);
case QLocale::German: return QString::fromUtf8(C_LOCALE_GERMAN);
case QLocale::Hungarian: return QString::fromUtf8(C_LOCALE_HUNGARIAN);