mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
Added romanian as a selectable language
This commit is contained in:
parent
34eb3b7a85
commit
2ae9eaf5d6
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ ToolsTab::ToolsTab(const std::string& tag, const nlohmann::ordered_json& payload
|
|||
std::make_pair("Português ({})", "pt"),
|
||||
std::make_pair("Nederlands ({})", "nl"),
|
||||
std::make_pair("Русский ({})", "ru"),
|
||||
std::make_pair("Română ({})", "ro"),
|
||||
std::make_pair("한국어 ({})", "ko"),
|
||||
std::make_pair("Polski ({})", "pl"),
|
||||
std::make_pair("简体中文 ({})", "zh-CN"),
|
||||
|
|
Loading…
Reference in a new issue