diff options
author | Rogério Queiroz <rogerio.mq@gmail.com> | 2021-04-13 17:26:39 -0300 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2021-04-14 00:17:59 +0200 |
commit | 709262bf9361257c2623b16484e6db395d37c0a9 (patch) | |
tree | f62ee970b083b67dde9c8ed0955ff3bfef9f28db /app/i18n/index.js | |
parent | 23a5f3b1527fec0fbe61574a6ad29ecf51ddfba6 (diff) |
feat(i18n): add pt lang
Diffstat (limited to 'app/i18n/index.js')
-rw-r--r-- | app/i18n/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/index.js b/app/i18n/index.js index 915cd06..c3663ed 100644 --- a/app/i18n/index.js +++ b/app/i18n/index.js @@ -10,6 +10,7 @@ const languages = { gl: { translation: require('./lang/gl.json') }, hu: { translation: require('./lang/hu.json') }, it: { translation: require('./lang/it.json') }, + pt: { translation: require('./lang/pt-br.json') }, ru: { translation: require('./lang/ru.json') }, nl: { translation: require('./lang/nl.json') } }; |