From 5f93598bf1a1edf0a25c61ef8e92ecfa79b377b8 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 5 Feb 2020 13:12:13 -0500 Subject: Adding language and etc for pt-br. --- ui/src/i18next.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/src/i18next.ts') diff --git a/ui/src/i18next.ts b/ui/src/i18next.ts index 0d3ab177..4311b09f 100644 --- a/ui/src/i18next.ts +++ b/ui/src/i18next.ts @@ -13,6 +13,7 @@ import { it } from './translations/it'; import { fi } from './translations/fi'; import { ca } from './translations/ca'; import { fa } from './translations/fa'; +import { pt_BR } from './translations/pt_br'; // https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66 const resources = { @@ -29,6 +30,7 @@ const resources = { fi, ca, fa, + pt_BR, }; function format(value: any, format: any, lng: any): any { -- cgit v1.2.3