Skip to content

Commit

Permalink
✨ sort languages in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
ohheyitsdave committed Jun 12, 2021
1 parent f9f838f commit 51c33d6
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 @@ -23,7 +23,7 @@
const langauges = [
"en", "de", "fr", "it", "sk", "ru", "cz", "bg", "pl", "es", "nl", "ua", "se", "pt", "ja", "zh", "da", "el", "et", "hu", "lt", "lv", "ro", "sl"
]
].sort()
</script>

<div class="md:relative z-50">
Expand Down

0 comments on commit 51c33d6

Please sign in to comment.