diff options
| author | Lynn <lynn@foldr.moe> | 2023-05-29 12:23:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-29 12:23:51 +0200 |
| commit | 1e4dabb63adaa17afaf2ae625ec77d8e3d9d9193 (patch) | |
| tree | 684cf31bdbee21089ef5f040de867e4c093f9e34 /src/doc.rs | |
| parent | 3eb1f31e904151f5bee6300ef8d9dba0bbcce4c5 (diff) | |
Add Dutch LocalNames (#1357)
Diffstat (limited to 'src/doc.rs')
| -rw-r--r-- | src/doc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
