Add new translators to "About" section

- A typo on the code prevented to add previous Spanish translator.
This commit is contained in:
hasecilu 2023-12-23 18:21:54 -06:00 committed by Soeren Apel
parent 000a6cedbb
commit 82c6d8f06a
1 changed files with 3 additions and 1 deletions

View File

@ -86,7 +86,9 @@ const QStringList Application::get_languages() const
const QString Application::get_language_editors(const QString& language) const
{
if (language == "de") return "Sören Apel, Uwe Hermann";
if (language == "es_mx") return "Carlos Diaz";
if (language == "es_MX") return "Carlos Diaz, Ulices Avila Hernandez";
if (language == "ja_jp") return "Yukari Shoji";
if (language == "zh_cn") return "ZtyPro";
return QString();
}