handling change frm cs to cz
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d5f5872e0c
commit
e3633a8fa6
|
|
@ -73,6 +73,9 @@ function get_latest_game_datas($request)
|
||||||
if ($currentLanguage === "pt") {
|
if ($currentLanguage === "pt") {
|
||||||
$currentLanguage = "pt-pt";
|
$currentLanguage = "pt-pt";
|
||||||
}
|
}
|
||||||
|
if ($currentLanguage === "cz") {
|
||||||
|
$currentLanguage = "cs";
|
||||||
|
}
|
||||||
|
|
||||||
// SWITCH TO CURRENT REQUEST LANGUAGE
|
// SWITCH TO CURRENT REQUEST LANGUAGE
|
||||||
do_action('wpml_switch_language', $currentLanguage);
|
do_action('wpml_switch_language', $currentLanguage);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user