Files
2026-04-09 15:03:31 -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>