vue-i18n / general
general
Vue I18n General APIs
This is providing APIs for internationalization functionalities.
Variables
| Variable | Description |
|---|---|
| I18nInjectionKey | Injection key for useI18n |
| VERSION | Vue I18n Version |
Functions
| Function | Description |
|---|---|
| createI18n | - |
| useI18n | - |
Interfaces
| Interface | Description |
|---|---|
| BaseFormatProps | BaseFormat Props for Components that is offered Vue I18n |
| CompileError | - |
| Composer | Composer interfaces |
| ComposerAdditionalOptions | Composer additional options for useI18n |
| ComposerCustom | The type custom definition of Composer |
| ComposerDateTimeFormatting | Datetime formatting functions |
| ComposerNumberFormatting | Number formatting functions |
| ComposerOptions | Composer Options |
| ComposerResolveLocaleMessageTranslation | Resolve locale message translation functions |
| ComposerTranslation | Locale message translation functions |
| CustomBlock | - |
| DateTimeOptions | DateTime options |
| DefineDateTimeFormat | The type definition of datetime format |
| DefineLocaleMessage | The type definition of Locale Message |
| DefineNumberFormat | The type definition of number format |
| ExportedGlobalComposer | Exported global composer instance |
| FormattableProps | Formattable Props |
| GeneratedTypeConfig | The interface used for narrowing types using generated types. |
| I18n | I18n instance |
| I18nAdditionalOptions | I18n Additional Options |
| I18nPluginOptions | Vue I18n plugin options |
| MessageContext | The message context. |
| NumberOptions | Number Options |
| TranslateOptions | Translate Options |
| TranslationProps | Translation Component Props |