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