Skip to content

Commit

Permalink
* Better i18n support
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 15, 2022
1 parent a120237 commit 44ca311
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-2-widgets-react-template
-->

## Changelog
### 0.3.7 (2022-11-15)
### **WORK IN PROGRESS**
* Better i18n support

### 0.3.6 (2022-10-26)
Expand Down
2 changes: 1 addition & 1 deletion searchI18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function findKeys(src, name) {
const all = {};
if (prefix) {
keys.forEach((key, index) => {
if (!key.startsWith(prefix)) {
if (key && !key.startsWith(prefix)) {
keys[index] = prefix + key;
}
});
Expand Down

0 comments on commit 44ca311

Please sign in to comment.