summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
authorLynn <lynn@foldr.moe>2023-05-29 12:23:51 +0200
committerGitHub <noreply@github.com>2023-05-29 12:23:51 +0200
commit1e4dabb63adaa17afaf2ae625ec77d8e3d9d9193 (patch)
tree684cf31bdbee21089ef5f040de867e4c093f9e34 /src/doc.rs
parent3eb1f31e904151f5bee6300ef8d9dba0bbcce4c5 (diff)
Add Dutch LocalNames (#1357)
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 3dbd3b81..237f0c71 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 DUTCH: Self = Self(*b"nl ", 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);