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 /library/src/text | |
| parent | e4557f66399daa848ce1b7cf6cd74b3dd03e74e5 (diff) | |
Add Danish (#1365)
Diffstat (limited to 'library/src/text')
| -rw-r--r-- | library/src/text/raw.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/text/raw.rs b/library/src/text/raw.rs index f781d3b0..5929c04c 100644 --- a/library/src/text/raw.rs +++ b/library/src/text/raw.rs @@ -230,6 +230,7 @@ impl LocalName for RawElem { Lang::BOKMÅL => "Utskrift", Lang::CHINESE => "代码", Lang::CZECH => "Seznam", + Lang::DANISH => "Liste", Lang::DUTCH => "Listing", Lang::FRENCH => "Liste", Lang::GERMAN => "Listing", |
