Skip to content

vue-i18n / general / Locale

Type Alias: Locale

ts
type Locale = IsNever<GeneratedLocale> extends true ? string : GeneratedLocale;

Vue I18n General

Released under the MIT License.