summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
authorsandal <sandalbanditten@tutanota.com>2023-05-30 10:13:01 +0200
committerGitHub <noreply@github.com>2023-05-30 10:13:01 +0200
commitb6b6666efdde33a3727955fb2254ba16a886e1d3 (patch)
tree8c028a651343152c810246981045a4b170173996 /src/doc.rs
parente4557f66399daa848ce1b7cf6cd74b3dd03e74e5 (diff)
Add Danish (#1365)
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 59bbbbdd..7c9c7fc8 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -518,6 +518,7 @@ impl Lang {
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 DANISH: Self = Self(*b"da ", 2);
pub const DUTCH: Self = Self(*b"nl ", 2);
pub const ENGLISH: Self = Self(*b"en ", 2);
pub const FRENCH: Self = Self(*b"fr ", 2);