diff options
| author | 2024-06-05 21:39:55 +0200 | |
|---|---|---|
| committer | 2024-06-05 21:39:55 +0200 | |
| commit | 8fc8ac3aefca73a4cd509313a2f1ad73ef7f2e1a (patch) | |
| tree | 9d9e3541b4da26cdac0a8a9abccf83c1e9ecfbba /app/i18n/tr/gen.php | |
| parent | fec9e53d0ebcd74d9fc366da4951f1a1415314c5 (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/tr/gen.php')
| -rw-r--r-- | app/i18n/tr/gen.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/tr/gen.php b/app/i18n/tr/gen.php index 703fc87fa..f2a5db54f 100644 --- a/app/i18n/tr/gen.php +++ b/app/i18n/tr/gen.php @@ -144,7 +144,7 @@ return array( 'should_be_activated' => 'JavaScript aktif olmalıdır.', ), 'lang' => array( - 'cz' => 'Čeština', // IGNORE + 'cs' => 'Čeština', // IGNORE 'de' => 'Deutsch', // IGNORE 'el' => 'Ελληνικά', // IGNORE 'en' => 'English', // IGNORE |
