Revelav3/src/i18n/ui.ts
MotorTruck1221 8f1feb8cff
Run a format
2024-10-04 00:49:10 -06:00

9 lines
137 B
TypeScript

import en_US from "./en_US.json";
import jp from "./jp.json";
export const defaultLang = "en_US";
export const ui = {
en_US,
jp
};