feat: add Lithuanian locale and register in resources (#5243)
* feat: add Lithuanian locale and register in resources * sync --------- Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
parent
2f7a818744
commit
e02faa8984
1021
frontend/src/locales/lt/common.js
Normal file
1021
frontend/src/locales/lt/common.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -37,6 +37,7 @@ import Lativian from "./lv/common.js";
|
||||
import Polish from "./pl/common.js";
|
||||
import Romanian from "./ro/common.js";
|
||||
import Czech from "./cs/common.js";
|
||||
import Lithuanian from "./lt/common.js";
|
||||
|
||||
export const defaultNS = "common";
|
||||
export const resources = {
|
||||
@ -109,4 +110,7 @@ export const resources = {
|
||||
cs: {
|
||||
common: Czech,
|
||||
},
|
||||
lt: {
|
||||
common: Lithuanian,
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user