diff options
| author | 2024-06-05 21:39:55 +0200 | |
|---|---|---|
| committer | 2024-06-05 21:39:55 +0200 | |
| commit | 8fc8ac3aefca73a4cd509313a2f1ad73ef7f2e1a (patch) | |
| tree | 9d9e3541b4da26cdac0a8a9abccf83c1e9ecfbba /.typos.toml | |
| 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 '.typos.toml')
| -rw-r--r-- | .typos.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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/", |
