summaryrefslogtreecommitdiff
path: root/src/types/Locale.ts
blob: 1b2f8c4594a4c72b54a298f5892d3724177ccfb9 (plain)
1
2
type Locale = 'sco' | 'en-GB';
export default Locale;