nestjs-i18n
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "nestjs-i18n", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Toon van Strijp", |
@@ -50,3 +50,3 @@ ## Description | ||
imports: [ | ||
I18nModule.forRoot(path.join(__dirname, '/i18n/')) | ||
I18nModule.forRoot({path: path.join(__dirname, '/i18n/'), fallbackLanguage: 'en'}), | ||
], | ||
@@ -53,0 +53,0 @@ controllers: [] |
Sorry, the diff of this file is not supported yet
30342