IDefaultLocalizerSettings interface
Settings used to initialize an ILocalizer implementation.
Properties
bot |
The path to the parent of the bots locale directory |
default |
The default locale of the bot |
Property Details
botLocalePath
The path to the parent of the bots locale directory
botLocalePath?: string
Property Value
string
defaultLocale
The default locale of the bot
defaultLocale?: string
Property Value
string