1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2025-01-08 17:27:40 +01:00
smov/src/assets/languages.ts

6 lines
78 B
TypeScript
Raw Normal View History

import en from "@/assets/locales/en.json";
export const locales = {
en,
};