mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix official language name of Czech
Reported-by: Pablo Lezaeta Reyes <prflr88@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
2be78f42ac
commit
87df56e30b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ global $streamer, $l10n;
|
|||
# Languages we have translations for
|
||||
$SUPPORTED_LANGS = array(
|
||||
"ca" => "Català",
|
||||
"cs" => "česky",
|
||||
"cs" => "Český",
|
||||
"da" => "Dansk",
|
||||
"de" => "Deutsch",
|
||||
"en" => "English",
|
||||
|
|
Loading…
Add table
Reference in a new issue