mirror of
https://github.com/journey-ad/Bitmagnet-Next-Web
synced 2024-11-21 17:39:35 +00:00
3a88b39e3b
Some hard work. 🧑💻
7 lines
152 B
TypeScript
7 lines
152 B
TypeScript
export const defaultLocale = "en" as const;
|
|
export const locales = {
|
|
en: "English",
|
|
"zh-CN": "简体中文",
|
|
"zh-TW": "繁體中文",
|
|
} as const;
|