From bcb20874a82e9b5933896d54db7a862f64252cfc Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 29 Dec 2024 15:02:27 -0600 Subject: [PATCH] docs: Fix public path reference --- packages/i18n/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/README.md b/packages/i18n/README.md index 9b452dc3..b5c35742 100644 --- a/packages/i18n/README.md +++ b/packages/i18n/README.md @@ -49,7 +49,7 @@ However, it does have one major downside: helloWorld: Hello world! ``` - > `@wxt-dev/i18n` supports the standard messages format, so if you already have localization files at `/public/_locale//messages.json`, you don't need to convert them to YAML or refactor them - just move them to `/locales/.json` and they'll just work out of the box! + > `@wxt-dev/i18n` supports the standard messages format, so if you already have localization files at `/public/_locale//messages.json`, you don't need to convert them to YAML or refactor them - just move them to `/locales/.json` and they'll just work out of the box! 4. To get a translation, use the auto-imported `i18n` object or import it manually: