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

@@ -161,6 +161,8 @@ class Main extends React.Component {
i18n.setLocale('fr')
} else if (config.ui.language === 'de') {
i18n.setLocale('de')
} else if (config.ui.language === 'hu') {
i18n.setLocale('hu')
} else if (config.ui.language === 'ja') {
i18n.setLocale('ja')
} else if (config.ui.language === 'ko') {