feat(i18n): add Czech (cs) language translation to AnythingLLM (#4874)
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
parent
f616fc9185
commit
b0672036f2
1085
frontend/src/locales/cs/common.js
Normal file
1085
frontend/src/locales/cs/common.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -36,6 +36,7 @@ import Japanese from "./ja/common.js";
|
||||
import Lativian from "./lv/common.js";
|
||||
import Polish from "./pl/common.js";
|
||||
import Romanian from "./ro/common.js";
|
||||
import Czech from "./cs/common.js";
|
||||
|
||||
export const defaultNS = "common";
|
||||
export const resources = {
|
||||
@ -105,4 +106,7 @@ export const resources = {
|
||||
ro: {
|
||||
common: Romanian,
|
||||
},
|
||||
cs: {
|
||||
common: Czech,
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user