diff options
author | ovari <17465872+ovari@users.noreply.github.com> | 2021-09-19 19:13:53 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 11:13:53 +0200 |
commit | 9c13108eb32d34e58f0db0829e17b59e3b32a0b9 (patch) | |
tree | 6b691f488a82590b5f4d8737bdf649852d87fdf7 /app/i18n/index.js | |
parent | 21ef47adb738c95afd441b0cdd70f946091eea0a (diff) |
Update hu.json (#637)
Diffstat (limited to 'app/i18n/index.js')
-rw-r--r-- | app/i18n/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/index.js b/app/i18n/index.js index 50405b6..3e5ab79 100644 --- a/app/i18n/index.js +++ b/app/i18n/index.js @@ -10,9 +10,9 @@ const languages = { gl: { translation: require('./lang/gl.json') }, hu: { translation: require('./lang/hu.json') }, it: { translation: require('./lang/it.json') }, + nl: { translation: require('./lang/nl.json') }, pt: { translation: require('./lang/pt-br.json') }, ru: { translation: require('./lang/ru.json') }, - nl: { translation: require('./lang/nl.json') }, sq: { translation: require('./lang/sq.json') } }; |