mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
Correctly enable new translations
This commit is contained in:
parent
9c76e57972
commit
138edef8f5
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,13 @@ const resources = {
|
||||||
pl,
|
pl,
|
||||||
ar,
|
ar,
|
||||||
eo,
|
eo,
|
||||||
|
de,
|
||||||
|
gl,
|
||||||
|
it,
|
||||||
|
ja,
|
||||||
|
km,
|
||||||
|
nb_NO,
|
||||||
|
zh_Hant,
|
||||||
};
|
};
|
||||||
|
|
||||||
function format(value: any, format: any): any {
|
function format(value: any, format: any): any {
|
||||||
|
|
Loading…
Reference in a new issue