nestjs-i18n
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -53,3 +53,3 @@ "use strict"; | ||
this.logger.error(message); | ||
if (this.i18nOptions.fallbackLanguage !== null || this.i18nOptions.fallbackLanguage !== undefined && lang !== this.i18nOptions.fallbackLanguage) { | ||
if ((this.i18nOptions.fallbackLanguage !== null || this.i18nOptions.fallbackLanguage !== undefined) && lang !== this.i18nOptions.fallbackLanguage) { | ||
return this.translate(this.i18nOptions.fallbackLanguage, key, args); | ||
@@ -56,0 +56,0 @@ } |
{ | ||
"name": "nestjs-i18n", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Toon van Strijp", |
Sorry, the diff of this file is not supported yet
30986