1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

i18n: Add HU to locales

This commit is contained in:
bimlas
2018-03-22 08:18:31 +01:00
parent 57ec598672
commit be235e5204
4 changed files with 6 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') {