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