Skip to content

Commit

Permalink
add da lang to our languages file due to merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip committed May 19, 2022
1 parent 9e3b995 commit 6c40f7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export type Lang =
| "bn"
| "ca"
| "cs"
| "da"
| "de"
| "el"
| "es"
Expand Down Expand Up @@ -73,6 +74,9 @@ const languages: Languages = {
cs: {
language: "Čeština",
},
da: {
language: "Dansk",
},
de: {
language: "Deutsch",
},
Expand Down

0 comments on commit 6c40f7e

Please sign in to comment.