I18Next constructor
I18Next(
- Locale _locale,
- TranslationLoader? translationLoader, {
- InterpolationOptions? interpolationOptions,
Implementation
I18Next(
this._locale,
TranslationLoader? translationLoader, {
InterpolationOptions? interpolationOptions,
}) : this._interpolationOptions =
interpolationOptions ?? InterpolationOptions(),
this._translationLoader = translationLoader ?? FileTranslationLoader() {
this._loadingStream.add(LoadingStatus.notLoaded);
}