Redirect requests for the Prusa web pages with Slovak locale active
to Czech web pages.
This commit is contained in:
parent
4dd9817176
commit
621a552dc0
@ -986,6 +986,7 @@ wxString GUI_App::current_language_code_safe() const
|
||||
language_code = language_code.substr(0, idx_underscore);
|
||||
const std::map<wxString, wxString> mapping {
|
||||
{ "cs", "cs_CZ", },
|
||||
{ "sk", "cs_CZ", },
|
||||
{ "de", "de_DE", },
|
||||
{ "es", "es_ES", },
|
||||
{ "fr", "fr_FR", },
|
||||
|
Loading…
Reference in New Issue
Block a user