Update localization files and remove unused files
This commit is contained in:
@@ -3,7 +3,7 @@ import playground from "@/assets/locale/en/playground.json";
|
||||
import common from "@/assets/locale/en/common.json";
|
||||
import sidepanel from "@/assets/locale/en/sidepanel.json";
|
||||
import settings from "@/assets/locale/en/settings.json";
|
||||
import knownledge from "@/assets/locale/en/knownledge.json";
|
||||
import knowledge from "@/assets/locale/en/knowledge.json";
|
||||
|
||||
export const en = {
|
||||
option,
|
||||
@@ -11,5 +11,5 @@ export const en = {
|
||||
common,
|
||||
sidepanel,
|
||||
settings,
|
||||
knownledge
|
||||
knowledge
|
||||
}
|
||||
@@ -3,7 +3,7 @@ import playground from "@/assets/locale/ja-JP/playground.json";
|
||||
import common from "@/assets/locale/ja-JP/common.json";
|
||||
import sidepanel from "@/assets/locale/ja-JP/sidepanel.json";
|
||||
import settings from "@/assets/locale/ja-JP/settings.json";
|
||||
import knownledge from "@/assets/locale/ja-JP/knownledge.json";
|
||||
import knowledge from "@/assets/locale/ja-JP/knowledge.json";
|
||||
|
||||
|
||||
export const ja = {
|
||||
@@ -12,5 +12,5 @@ export const ja = {
|
||||
common,
|
||||
sidepanel,
|
||||
settings,
|
||||
knownledge
|
||||
knowledge
|
||||
}
|
||||
@@ -3,7 +3,7 @@ import playground from "@/assets/locale/ml/playground.json";
|
||||
import common from "@/assets/locale/ml/common.json";
|
||||
import sidepanel from "@/assets/locale/ml/sidepanel.json";
|
||||
import settings from "@/assets/locale/ml/settings.json";
|
||||
import knownledge from "@/assets/locale/ml/knownledge.json";
|
||||
import knowledge from "@/assets/locale/ml/knowledge.json";
|
||||
|
||||
export const ml = {
|
||||
option,
|
||||
@@ -11,5 +11,5 @@ export const ml = {
|
||||
common,
|
||||
sidepanel,
|
||||
settings,
|
||||
knownledge
|
||||
knowledge
|
||||
}
|
||||
@@ -3,7 +3,7 @@ import playground from "@/assets/locale/zh/playground.json";
|
||||
import common from "@/assets/locale/zh/common.json";
|
||||
import sidepanel from "@/assets/locale/zh/sidepanel.json";
|
||||
import settings from "@/assets/locale/zh/settings.json";
|
||||
import knownledge from "@/assets/locale/zh/knownledge.json";
|
||||
import knowledge from "@/assets/locale/zh/knowledge.json";
|
||||
|
||||
|
||||
export const zh = {
|
||||
@@ -12,5 +12,5 @@ export const zh = {
|
||||
common,
|
||||
sidepanel,
|
||||
settings,
|
||||
knownledge
|
||||
knowledge
|
||||
}
|
||||
Reference in New Issue
Block a user