1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Fix Italian config

This commit is contained in:
Gymnasiast
2015-06-10 12:57:57 +02:00
parent 472d546542
commit 14e2afaacb
2 changed files with 4 additions and 0 deletions

View File

@@ -632,6 +632,9 @@ uint16 platform_get_locale_language(){
else if (strcmp(langCode, "SVE") == 0){
return LANGUAGE_SWEDISH;
}
else if (strcmp(langCode, "ITA") == 0){
return LANGUAGE_ITALIAN;
}
return LANGUAGE_UNDEFINED;
}