summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-06-09 08:49:21 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-06-09 08:49:21 +0200
commit87df56e30b755aa89d5fe350f03247e868627846 (patch)
tree95afb7250150292fdfbe2d1832a219c8f2362fad
parent2be78f42ac03f4008f9e97e0b20bdc65b8dbdb2e (diff)
downloadaurweb-87df56e30b755aa89d5fe350f03247e868627846.tar.xz
Fix official language name of Czech
Reported-by: Pablo Lezaeta Reyes <prflr88@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--web/lib/translator.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/translator.inc.php b/web/lib/translator.inc.php
index 29bd1b3..416ce66 100644
--- a/web/lib/translator.inc.php
+++ b/web/lib/translator.inc.php
@@ -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",