There was an error while loading. Please reload this page.
1 parent 5e37859 commit 18b5915Copy full SHA for 18b5915
1 file changed
readme.md
@@ -24,7 +24,7 @@ npm install @aboutbits/internationalization
24
Second, you can setup the tool with all supported languages and the fallback language and then detect the given browser language.
25
26
```js
27
-import { Internationalization } from '@aboutbits/internationalization'
+import Internationalization from '@aboutbits/internationalization'
28
29
let supportedLanguages = ['en', 'de', 'it']
30
let fallbackLanguage = 'en'
0 commit comments