I18nService
- Implements: OnModuleInit
addTranslationFile
method
(langKey: string, filePath: string) => voidAdd a I18n translation by json file
addTranslation
method
(langKey: string, resources: VendureTranslationResources | any) => voidAdd a I18n translation (key-value) resource
I18n resources used for translations
Was this chapter helpful?