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
`vue-i18n-extract` is built to work with your Vue.js projects using the library [vue-i18n](https://kazupon.github.io/vue-i18n/). It run static analysis on your Vue.js source code looking for any `vue-i18n` usage, in order to:
13
+
`vue-i18n-extract` is built to work with your Vue.js projects using the library [vue-i18n](https://kazupon.github.io/vue-i18n/). It runs static analysis on your Vue.js source code looking for any `vue-i18n` usage, in order to:
14
14
15
15
- Report all **missing keys** in your language files.
16
16
- Report all **unused keys** in your language files.
17
-
- Optionally write every **missing keys** into your language files.
17
+
- Optionally write every missing key into your language files.
> Note: As of right now there is no support for binding in path like `:path="condition ? 'string1' : 'string2'"` there is just support strings as shown above.
110
+
> Note: As of right now there is no support for binding in a path like `:path="condition ? 'string1' : 'string2'"` there is just support strings as shown above.
0 commit comments