Skip to content

Commit 0852668

Browse files
Fixed error with I18n export (#592)
1 parent c2224c9 commit 0852668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ If you find errors in the definitions, e.g., function calls that should be allow
164164
Placeholder for the next version (at the beginning of the line):
165165
### **WORK IN PROGRESS**
166166
-->
167-
### 3.2.0 (2024-09-28)
167+
### **WORK IN PROGRESS**
168168

169169
- (@foxriver76) updated types
170170
- (@GermanBluefox) Added i18n module

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import '@iobroker/types';
77
// Export utility methods to be used in adapters
88
export { commonTools } from './controllerTools.js';
99
export * from './utils.js';
10-
export * as I18n from './utils.js';
10+
export * as I18n from './i18n.js';
1111

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

0 commit comments

Comments
 (0)