mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
Updating submodules
This commit is contained in:
parent
07c644e7a0
commit
e7f6f86faa
2 changed files with 11 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 2f3073269b0c25db0c9d02a8644a799858067aae
|
||||
Subproject commit c01366351d5689345dc1c983831abb78c74dae14
|
|
@ -22,6 +22,11 @@ import { ja } from "./translations/ja";
|
|||
import { km } from "./translations/km";
|
||||
import { nb_NO } from "./translations/nb_NO";
|
||||
import { zh_Hant } from "./translations/zh_Hant";
|
||||
import { fa } from "./translations/fa";
|
||||
import { id } from "./translations/id";
|
||||
import { mnc } from "./translations/mnc";
|
||||
import { sv } from "./translations/sv";
|
||||
import { vi } from "./translations/vi";
|
||||
|
||||
// https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66
|
||||
const resources = {
|
||||
|
@ -46,6 +51,11 @@ const resources = {
|
|||
km,
|
||||
nb_NO,
|
||||
zh_Hant,
|
||||
fa,
|
||||
id,
|
||||
mnc,
|
||||
sv,
|
||||
vi,
|
||||
};
|
||||
|
||||
function format(value: any, format: any): any {
|
||||
|
|
Loading…
Reference in a new issue