diff options
| author | sandal <sandalbanditten@tutanota.com> | 2023-05-30 10:13:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-30 10:13:01 +0200 |
| commit | b6b6666efdde33a3727955fb2254ba16a886e1d3 (patch) | |
| tree | 8c028a651343152c810246981045a4b170173996 /src | |
| parent | e4557f66399daa848ce1b7cf6cd74b3dd03e74e5 (diff) | |
Add Danish (#1365)
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 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); |
