Skip to content

Commit

Permalink
Fixed error with I18n export (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox authored Sep 28, 2024
1 parent c2224c9 commit 0852668
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 @@ -164,7 +164,7 @@ If you find errors in the definitions, e.g., function calls that should be allow
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 3.2.0 (2024-09-28)
### **WORK IN PROGRESS**

- (@foxriver76) updated types
- (@GermanBluefox) Added i18n module
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import '@iobroker/types';
// Export utility methods to be used in adapters
export { commonTools } from './controllerTools.js';
export * from './utils.js';
export * as I18n from './utils.js';
export * as I18n from './i18n.js';

/**
* Returns the absolute path of the data directory for the current host. On linux, this is usually `/opt/iobroker/iobroker-data`.
Expand Down

0 comments on commit 0852668

Please sign in to comment.