Skip to content

Commit

Permalink
* (bluefox) Added search for i18n keys in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jul 23, 2022
1 parent 3db8fca commit eab6cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See here: https://github.com/ioBroker/ioBroker.vis-widgets-react-template
-->

## Changelog
### 0.1.8 (2022-07-23)
### **WORK IN PROGRESS**
* (bluefox) Added search for i18n keys in the code

### 0.1.7 (2022-07-22)
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ gulp.task('compile', gulp.parallel('copy',

gulp.src(['src/index.jsx'])
.pipe(gulp.dest('dist')),
gulp.src(['craco.config.js', 'modulefederation.config.js'])
gulp.src(['craco.config.js', 'modulefederation.config.js', 'searchI18n.js'])
.pipe(gulp.dest('dist')),
])
));
Expand Down

0 comments on commit eab6cec

Please sign in to comment.