1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-18 21:13:38 +01:00

Added romanian as a selectable language

This commit is contained in:
flb 2023-07-11 20:01:15 +02:00
parent 34eb3b7a85
commit 2ae9eaf5d6

View file

@ -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"),