Correct translation no_NO to nb_NO (#2455)

This commit is contained in:
DanielSvoboda 2025-02-16 04:41:37 -03:00 committed by GitHub
parent 7af9de353b
commit 26bb3d40d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1791 deletions

View file

@ -813,7 +813,7 @@ void load(const std::filesystem::path& path) {
// Check if the loaded language is in the allowed list
const std::vector<std::string> allowed_languages = {
"ar_SA", "da_DK", "de_DE", "el_GR", "en_US", "es_ES", "fa_IR", "fi_FI", "fr_FR", "hu_HU",
"id_ID", "it_IT", "ja_JP", "ko_KR", "lt_LT", "nl_NL", "no_NO", "pl_PL", "pt_BR", "pt_PT",
"id_ID", "it_IT", "ja_JP", "ko_KR", "lt_LT", "nb_NO", "nl_NL", "pl_PL", "pt_BR", "pt_PT",
"ro_RO", "ru_RU", "sq_AL", "sv_SE", "tr_TR", "uk_UA", "vi_VN", "zh_CN", "zh_TW"};
if (std::find(allowed_languages.begin(), allowed_languages.end(), emulator_language) ==

File diff suppressed because it is too large Load diff