aboutsummaryrefslogtreecommitdiff
path: root/.typos.toml
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 /.typos.toml
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 '.typos.toml')
-rw-r--r--.typos.toml2
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/",