Skip to content

Commit

Permalink
Reorder languages
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Feb 12, 2024
1 parent 90009cf commit 878eedf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion includes/i18n/languages.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
// File Name => Language Name

$languages = [
// English first
"en" => "English",
// Remaining sorted alphabetically by language code
"de" => "Deutsch",
"es" => "Español",
"el" => "Ελληνικά",
"fr" => "Français",
"jp" => "日本語",
"pt" => "Português",
"zh_cn" => "简体中文",
"tr" => "Türkçe",
"zh_cn" => "简体中文",
]

?>

0 comments on commit 878eedf

Please sign in to comment.