From cdcb65e37e00657f0c5f614df91db0344c4b924d Mon Sep 17 00:00:00 2001 From: Bluefox Date: Mon, 30 Sep 2024 12:15:53 +0800 Subject: [PATCH] Update README.md i18b => internationalisation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f581df..e66cfac 100644 --- a/README.md +++ b/README.md @@ -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');