Skip to content

Commit

Permalink
Fix: Language sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Feb 13, 2024
1 parent c9135e1 commit 884a8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/i18n/languages.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"en" => "English",
// Remaining sorted alphabetically by language code
"de" => "Deutsch",
"es" => "Español",
"el" => "Ελληνικά",
"es" => "Español",
"fr" => "Français",
"jp" => "日本語",
"pt" => "Português",
Expand Down

0 comments on commit 884a8e5

Please sign in to comment.