From 8fc8ac3aefca73a4cd509313a2f1ad73ef7f2e1a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 5 Jun 2024 21:39:55 +0200 Subject: 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 --- app/i18n/es/gen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/es') diff --git a/app/i18n/es/gen.php b/app/i18n/es/gen.php index 7a3849be6..35f6f72b1 100644 --- a/app/i18n/es/gen.php +++ b/app/i18n/es/gen.php @@ -144,7 +144,7 @@ return array( 'should_be_activated' => 'JavaScript debe estar activado', ), 'lang' => array( - 'cz' => 'Čeština', // IGNORE + 'cs' => 'Čeština', // IGNORE 'de' => 'Deutsch', // IGNORE 'el' => 'Ελληνικά', // IGNORE 'en' => 'English', // IGNORE -- cgit v1.2.3