mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
日本語オプションを追加
This commit is contained in:
parent
b18ee0dcf7
commit
2c0cf2ad0e
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue