Merge branch 'master' of github.com:Mintplex-Labs/anything-llm

This commit is contained in:
timothycarambat 2025-06-30 13:16:53 -07:00
commit 89320588f3
2 changed files with 1051 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,7 @@ import Spanish from "./es/common.js";
import French from "./fr/common.js";
import Mandarin from "./zh/common.js";
import German from "./de/common.js";
import Estonian from "./et/common.js";
import Russian from "./ru/common.js";
import Italian from "./it/common.js";
import Portuguese from "./pt_BR/common.js";
@ -57,6 +58,9 @@ export const resources = {
ko: {
common: Korean,
},
et: {
common: Estonian,
},
ru: {
common: Russian,
},