summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
authorRadim Sückr <radim.suckr@gmail.com>2023-04-11 14:04:44 +0200
committerGitHub <noreply@github.com>2023-04-11 14:04:44 +0200
commit6f625fc73cd17f1a1025e88022e67730fb11b5c4 (patch)
tree504dec18a14dedff80f08c75374027baf0518bcc /src/doc.rs
parent904667861074785222749e4ffe4f9b51a23b5079 (diff)
Add Czech translation (#683)
Diffstat (limited to 'src/doc.rs')
-rw-r--r--src/doc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc.rs b/src/doc.rs
index 5a8ad55f..76d46f4a 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -518,6 +518,7 @@ impl Lang {
pub const ARABIC: Self = Self(*b"ar ", 2);
pub const BOKMÅL: Self = Self(*b"nb ", 2);
pub const CHINESE: Self = Self(*b"zh ", 2);
+ pub const CZECH: Self = Self(*b"cs ", 2);
pub const ENGLISH: Self = Self(*b"en ", 2);
pub const FRENCH: Self = Self(*b"fr ", 2);
pub const GERMAN: Self = Self(*b"de ", 2);