summaryrefslogtreecommitdiff
path: root/web-ui/app/js/account_recovery/i18n.js
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-02-07 15:16:00 -0200
committerTayane Fernandes <tayane.rmf@gmail.com>2017-02-07 17:35:15 -0200
commitebd5b3adce44a16213e5c1ec763a642899eba908 (patch)
treed4e95ed6377ba3db0ebd3f2f0e08d0a516f38520 /web-ui/app/js/account_recovery/i18n.js
parent9cfc90ca67f5f46882ed21b460a01b6d50ffa79c (diff)
[#922] Add translation for Portuguese and English
Diffstat (limited to 'web-ui/app/js/account_recovery/i18n.js')
-rw-r--r--web-ui/app/js/account_recovery/i18n.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/web-ui/app/js/account_recovery/i18n.js b/web-ui/app/js/account_recovery/i18n.js
index 968f7a6b..9c6ad550 100644
--- a/web-ui/app/js/account_recovery/i18n.js
+++ b/web-ui/app/js/account_recovery/i18n.js
@@ -31,8 +31,6 @@ i18n
.use(detector)
.init({
fallbackLng: 'en_US',
- ns: ['translation'],
- defaultNS: 'translation',
backend: {
loadPath: 'assets/locales/{{lng}}/{{ns}}.json'
}