Add pt lang.

This commit is contained in:
Dessalines 2021-09-03 12:56:56 -04:00
parent 1e2a3cc487
commit b17a2eccb8
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import { id } from "./translations/id";
import { mnc } from "./translations/mnc"; import { mnc } from "./translations/mnc";
import { sv } from "./translations/sv"; import { sv } from "./translations/sv";
import { vi } from "./translations/vi"; import { vi } from "./translations/vi";
import { pt } from "./translations/pt";
// https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66 // https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66
const resources = { const resources = {
@ -56,6 +57,7 @@ const resources = {
mnc, mnc,
sv, sv,
vi, vi,
pt,
}; };
function format(value: any, format: any): any { function format(value: any, format: any): any {