Skip to content

Commit

Permalink
feat(language): add language to languages object (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerry0088 authored Sep 27, 2024
1 parent 18211b0 commit 2d15e7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tizenbrew-app/TizenBrew/js/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const languages = {
"de_DE": "German (Deutsch)",
"nl_NL": "Dutch (Nederlands)",
"vi_VN": "Vietnamese (Tiếng Việt)",
"pl_PL": "Polish (Polski)"
"pl_PL": "Polish (Polski)",
"zh_TW": "Chinese Traditional (Taiwan)"
};

function loadTranslation(lang) {
Expand Down

0 comments on commit 2d15e7e

Please sign in to comment.