diff options
| author | Radim Sückr <radim.suckr@gmail.com> | 2023-04-11 14:04:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 14:04:44 +0200 |
| commit | 6f625fc73cd17f1a1025e88022e67730fb11b5c4 (patch) | |
| tree | 504dec18a14dedff80f08c75374027baf0518bcc /src | |
| parent | 904667861074785222749e4ffe4f9b51a23b5079 (diff) | |
Add Czech translation (#683)
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
