Skip to content

Commit

Permalink
Update languages.php (#694)
Browse files Browse the repository at this point in the history
Added Czech language
  • Loading branch information
marapavelka authored Jan 19, 2025
1 parent 5fa617f commit c9d0813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/i18n/languages.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// English first
"en" => ["name" => "English", "dir" => "ltr"],
// Remaining sorted alphabetically by language code
"cs" => ["name" => "Čeština", "dir" => "ltr"],
"de" => ["name" => "Deutsch", "dir" => "ltr"],
"el" => ["name" => "Ελληνικά", "dir" => "ltr"],
"es" => ["name" => "Español", "dir" => "ltr"],
Expand Down

0 comments on commit c9d0813

Please sign in to comment.