feat: Russian language (#148)
* feat: russian (Русский) language * chore: correct translate * chore: correct "System prompt" translate
This commit is contained in:
committed by
GitHub
parent
b89ca2082e
commit
cb58a703e3
@@ -3,7 +3,7 @@ const path = require("path");
|
||||
module.exports = {
|
||||
i18n: {
|
||||
defaultLocale: "en",
|
||||
locales: ["en", "zh"],
|
||||
locales: ["en", "zh", "ru"],
|
||||
},
|
||||
localePath:
|
||||
typeof window === "undefined"
|
||||
|
||||
Reference in New Issue
Block a user