mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +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 { sv } from "./translations/sv";
|
||||
import { vi } from "./translations/vi";
|
||||
import { pt } from "./translations/pt";
|
||||
|
||||
// https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66
|
||||
const resources = {
|
||||
|
@ -56,6 +57,7 @@ const resources = {
|
|||
mnc,
|
||||
sv,
|
||||
vi,
|
||||
pt,
|
||||
};
|
||||
|
||||
function format(value: any, format: any): any {
|
||||
|
|
Loading…
Reference in a new issue