feat: add i18n

This commit is contained in:
Henry Li
2026-01-24 22:19:37 +08:00
parent 481396210b
commit 48b5428000
5 changed files with 5 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ export const enUS: Translations = {
public: "Public",
custom: "Custom",
notAvailableInDemoMode: "Not available in demo mode",
loading: "Loading...",
},
// Welcome

View File

@@ -19,6 +19,7 @@ export interface Translations {
public: string;
custom: string;
notAvailableInDemoMode: string;
loading: string;
};
// Welcome

View File

@@ -21,6 +21,7 @@ export const zhCN: Translations = {
public: "公共",
custom: "自定义",
notAvailableInDemoMode: "在演示模式下不可用",
loading: "加载中...",
},
// Welcome