Skip to content

Commit d5d6a07

Browse files
committed
fix: add string to the boolean, and extra log
1 parent 8076362 commit d5d6a07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mix.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ mix.extend('i18n', class extends Component {
3535
};
3636

3737
if (hasPhpTranslations(this.langPath)) {
38+
console.log('has translations');
3839
config.plugins.push(new EnvironmentPlugin({
39-
'LARAVEL_VUE_I18N_HAS_PHP': true,
40+
'LARAVEL_VUE_I18N_HAS_PHP': 'true',
4041
}));
4142
}
4243

0 commit comments

Comments
 (0)