Skip to content

Commit

Permalink
feat(language): add danish language to languages
Browse files Browse the repository at this point in the history
Add Danish
  • Loading branch information
loui771wReal authored Sep 24, 2024
1 parent 3357875 commit f46e6bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tizenbrew-app/TizenBrew/js/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ let translationLoaded = false;

const languages = {
"en": "English",
"tr_TR": "Turkish (Türkçe)"
"tr_TR": "Turkish (Türkçe)",
"da_DK": "Danish (Denmark)"
};

function loadTranslation(lang) {
Expand Down Expand Up @@ -76,4 +77,4 @@ window.i18n = {
updateTranslations,
template,
t
}
}

0 comments on commit f46e6bb

Please sign in to comment.