1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-23 22:51:42 +00:00

Merge pull request #1720 from bimlas/i18n-hu-hungarian

i18n: Add Hungarian (HU) translations
This commit is contained in:
Junyoung Choi (Sai)
2018-03-22 21:50:23 +09:00
committed by GitHub
5 changed files with 165 additions and 1 deletions

View File

@@ -147,6 +147,8 @@ function set (updates) {
i18n.setLocale('fr')
} else if (newConfig.ui.language === 'de') {
i18n.setLocale('de')
} else if (newConfig.ui.language === 'hu') {
i18n.setLocale('hu')
} else if (newConfig.ui.language === 'ja') {
i18n.setLocale('ja')
} else if (newConfig.ui.language === 'ko') {