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:
arvydev 2026-03-23 22:05:16 +02:00 committed by GitHub
parent 2f7a818744
commit e02faa8984
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1025 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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,
},
};