Skip to content

Commit

Permalink
Merge pull request #46 from xPnda/main
Browse files Browse the repository at this point in the history
Add Danish language
  • Loading branch information
Captain Jack Sparrow authored Jun 9, 2024
2 parents cef29c4 + 68e924b commit cb8367d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import bn from "@/assets/locales/bn.json";
import ca from "@/assets/locales/ca.json";
import caVl from "@/assets/locales/ca@valencia.json";
import cs from "@/assets/locales/cs.json";
import da from "@/assets/locales/da.json";
import de from "@/assets/locales/de.json";
import el from "@/assets/locales/el.json";
import en from "@/assets/locales/en.json";
Expand Down Expand Up @@ -51,6 +52,7 @@ export const locales = {
ca,
"ca-ES": caVl,
cs,
da,
de,
fr,
it,
Expand Down
1 change: 1 addition & 0 deletions src/utils/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const defaultLanguageCodes: string[] = [
"bn-BD",
"cs-CZ",
"ca-AD",
"da-DK",
"de-DE",
"el-GR",
"en-US",
Expand Down

0 comments on commit cb8367d

Please sign in to comment.