Skip to content

Commit

Permalink
Add czech language mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Aug 20, 2013
1 parent 3e87581 commit 6474606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/MiscScreens.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ std::map<std::string, std::pair<std::string, int>> GetLangValuesMapping() {
langValuesMapping["tr_TR"] = std::make_pair("Türk", PSP_SYSTEMPARAM_LANGUAGE_ENGLISH);
langValuesMapping["uk_UA"] = std::make_pair("Українська", PSP_SYSTEMPARAM_LANGUAGE_ENGLISH);
langValuesMapping["vn_VN"] = std::make_pair("Vietnamese", PSP_SYSTEMPARAM_LANGUAGE_ENGLISH);
langValuesMapping["cz_CZ"] = std::make_pair("Česky", PSP_SYSTEMPARAM_LANGUAGE_ENGLISH);
return langValuesMapping;
}

Expand Down

0 comments on commit 6474606

Please sign in to comment.