Skip to content

Commit

Permalink
feat(language): add finnish to translations (#67)
Browse files Browse the repository at this point in the history
Added Finnish language
  • Loading branch information
Manki9000 authored Oct 28, 2024
1 parent 284ef28 commit 7a2d0ec
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 @@ -19,7 +19,8 @@ const languages = {
"hu_HU": "Hungarian (Magyar)",
"th_TH": "Thai (ไทย)",
"ru_RU": "Russian (Русский)",
"it_IT": "Italian (Italiano)"
"it_IT": "Italian (Italiano)",
"fi_FI": "Finnish (Suomi)"
};

function loadTranslation(lang) {
Expand Down

0 comments on commit 7a2d0ec

Please sign in to comment.