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 --- .typos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.typos.toml') diff --git a/.typos.toml b/.typos.toml index 6af7e1cd7..a13a039fb 100644 --- a/.typos.toml +++ b/.typos.toml @@ -14,7 +14,7 @@ extend-exclude = [ "*.pot", "*.rtl.css", ".git/", - "app/i18n/cz/", + "app/i18n/cs/", "app/i18n/de/", "app/i18n/el/", "app/i18n/es/", -- cgit v1.2.3