We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a300f commit f84b435Copy full SHA for f84b435
assets/js/locale.js
@@ -9,7 +9,7 @@ function loadLanguage(lang) {
9
if (lang === "en") {
10
url = base_pathname
11
} else {
12
- url = base_pathname + lang
+ url = "/" + lang + base_pathname
13
}
14
window.location.assign(url);
15
0 commit comments