1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

日本語オプションを追加

This commit is contained in:
3djc 2019-05-19 10:59:32 +02:00
parent b18ee0dcf7
commit 2c0cf2ad0e

View file

@ -47,7 +47,8 @@ QStringList const Translations::getAvailableTranslations()
//<< "pt_PT" //<< "pt_PT"
//<< "ru_RU" //<< "ru_RU"
<< "sv_SE" << "sv_SE"
<< "zh_CN" ; << "zh_CN"
<< "ja_JP" ;
} }
return locales; return locales;
} }