nebula2 / src /i18n /ui.ts
soiz1's picture
Upload folder using huggingface_hub
01fcadf verified
raw
history blame contribute delete
150 Bytes
import en_US from "./en_US.json";
import jp from "./jp.json";
export const defaultLang = "en_US";
export const ui = {
en_US,
jp
};