From 8ca176d37ec1739ff175ee5e47c39460a2fb4c75 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 6 Jan 2025 17:40:57 -0600 Subject: [PATCH] docs: Update i18n.md --- docs/guide/essentials/i18n.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guide/essentials/i18n.md b/docs/guide/essentials/i18n.md index 9c012986..e505f6cc 100644 --- a/docs/guide/essentials/i18n.md +++ b/docs/guide/essentials/i18n.md @@ -81,6 +81,10 @@ However, it is recommended you stick with the vanilla API (or a package based on - Translations are not bundled multiple times, keeping your extension small - Zero configuration +However, there is one major downside to the vanilla API and any packages built on top of it: + +- Language cannot be changed without changing your browser/system language + Here are some examples of how to setup a third party i18n library: - [vue-i18n](https://github.com/wxt-dev/wxt-examples/tree/main/examples/vue-i18n)