2
0

locale.ts 60 B

1
  1. export type Locale = 'en-US' | 'ja-JP' | 'zh-CN' | 'fr-FR';