Files
2026-05-11 20:03:27 -05:00

5 lines
149 B
TypeScript

import { LangDict } from './default'
// English-only for now. Add translations here as needed.
export default {} satisfies Record<string, LangDict>