Skip to content

Commit

Permalink
🐛 fixed british language and subfolder without jumping to the startpage
Browse files Browse the repository at this point in the history
  • Loading branch information
ohheyitsdave committed Apr 4, 2021
1 parent 449d466 commit cf494c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LanguageSwitcher.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
const langauges = [
"gb", "de", "fr", "it", "sk", "ru", "cz", "bg", "pl", "es", "nl", "ua", "se", "pt", "ja", "zh", "da", "el", "et", "hu", "lt", "lv", "ro", "sl"
"en", "de", "fr", "it", "sk", "ru", "cz", "bg", "pl", "es", "nl", "ua", "se", "pt", "ja", "zh", "da", "el", "et", "hu", "lt", "lv", "ro", "sl"
]
</script>

Expand Down

0 comments on commit cf494c7

Please sign in to comment.