mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-25 13:51:17 +00:00
Add pt lang.
This commit is contained in:
parent
1e2a3cc487
commit
b17a2eccb8
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue