aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/it/gen.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-06-05 21:39:55 +0200
committerGravatar GitHub <noreply@github.com> 2024-06-05 21:39:55 +0200
commit8fc8ac3aefca73a4cd509313a2f1ad73ef7f2e1a (patch)
tree9d9e3541b4da26cdac0a8a9abccf83c1e9ecfbba /app/i18n/it/gen.php
parentfec9e53d0ebcd74d9fc366da4951f1a1415314c5 (diff)
Fix code for Czech language (#6514)
Use the correct ISO 639-1 code: `cs` and not `cz` (which is the country) https://www.loc.gov/standards/iso639-2/php/langcodes_name.php?iso_639_1=cs
Diffstat (limited to 'app/i18n/it/gen.php')
-rw-r--r--app/i18n/it/gen.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php
index 90b3a35eb..5bd1f7841 100644
--- a/app/i18n/it/gen.php
+++ b/app/i18n/it/gen.php
@@ -144,7 +144,7 @@ return array(
'should_be_activated' => 'JavaScript deve essere abilitato',
),
'lang' => array(
- 'cz' => 'Čeština', // IGNORE
+ 'cs' => 'Čeština', // IGNORE
'de' => 'Deutsch', // IGNORE
'el' => 'Ελληνικά', // IGNORE
'en' => 'English', // IGNORE