summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);