You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
-
# Live Translator Plugin
1
+
# Live Translator Plugin for Vue i18n
2
2
> [!WARNING]
3
3
> Plugin has been updated to Vue 3 only. To use with Vue 2 please use the legacy `vue2` branch.
4
4
5
+
> [!WARNING]
6
+
> This plugin makes significant changes to the DOM, possibly messing up your layout and appearance. We advise you **NOT TO USE IT IN PRODUCTION**, only in development and staging instances.
7
+
5
8
## Demo
6
9
Find a live demo app at: [https://apicore-engineering.github.io/vue-i18n-live-translator-plugin/](https://apicore-engineering.github.io/vue-i18n-live-translator-plugin/)
7
10
@@ -11,10 +14,27 @@ npm i -s https://github.com/apicore-engineering/vue-i18n-live-translator-plugin
11
14
```
12
15
13
16
## Use
17
+
Encode locale messages before passing them to `createI18n`:
0 commit comments