Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
i18b => internationalisation
  • Loading branch information
GermanBluefox authored Sep 30, 2024
1 parent 2668bd1 commit cdcb65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ console.log(I18n.translate('text to translate %s', 'argument1'));
console.log(JSON.stringify(I18n.getTranslatedObject('text to translate %s and %s', 'argument1', 'argument2')));
```
You can place your `i18n` folder in root of adapter or in `lib` folder. If your `i18n` folder containing the `i18n` files is in `lib` directory, call the `init` function like this:
You can place your `i18n` folder in root of adapter or in `lib` folder. If your `i18n` folder containing the internationalisation files is in `lib` directory, call the `init` function like this:
```javascript
const { join } = require('node:path');
Expand Down

0 comments on commit cdcb65e

Please sign in to comment.