Releases: lokalise/i18n-ally
Releases ยท lokalise/i18n-ally
v1.3.4
v1.3.3
v1.3.2
v1.0.0: i18n for all
Vue i18n Ally is now i18n Ally
This extension is now come to v1.x stage! From v1.x, we make it not limited to support Vue but other frameworks such as React.js, Angular and more all in one extension!
Migration from Vue i18n Ally
(v0.x)
There is not to much work to be done for this migration.
- Install the new
i18n Ally
from the marketplace - Uninstall the old
Vue i18n Ally
. - You are done. ๐
Configurations are backward compatible. And all the features for Vue will work as it would do.
New Features
- Support for Vue, React, Angular, i18next, VSCode extension and more. Check the Supported Frameworks List
- Automatically detect what frameworks are using by reading
package.json
Supported Frameworks
Framework | Status | Trigger Packages |
---|---|---|
Vue | โ | vue-i18n , vuex-i18n , vue-i18next , nuxt-i18n |
Vue SFC | โ | @kazupon/vue-i18n-loader |
React | โ | react-i18next , react-intl |
Angular(native) | Vote Here | |
Angular(ngx-translate) | โ | @ngx-translate/core |
VSCode Extension | โ | vscode |
i18next | โ | i18next |
i18nTag | โ | es2015-i18n-tag |
Breaking Changes
- Extension and Repo are renamed to
i18n-ally
- Configures namespace is renamed to
i18n-ally
with legacyvue-i18n-ally
backward compatibility. - Config
forceEnabled
is deprecated, useenabledFrameworks
instead. - Config
experimental.sfc
is deprecated. It will be enabled automatically when you need it.
Changes
- New Logo
- Updated documents
Vue i18n Ally
will disable itself wheni18n Ally
is installed.i18n Ally
comes to master branch andVue i18n Ally
is moved to branchv0.x
Commits
โก Features
- support for i18n-tag (fb37acb)
- vscode: support annonation in package.json (0e4086b)
- add react-i18next framework support (3e5ee9c)
- add support for react-intl (6e56515)
- support general i18next (b23bd33)
- framework: add ngx-translate support (652ce69)
๐ Bug Fixes
v0.29.0
0.29.0 (2019-07-29)
โ ! BREAKING CHANGE
- I have reworked the internal engine and there might be some breaking bugs that tests can not cover. If you encounter any problems, feel free to raise an issue. If it's broken in your case, you can rollback to the previous version before the next fix came out.
- VSCode Markplace does not support alpha/beta channels. So again, sorry for any inconvenience. Thanks for understanding.
โก Features
- SFC: Expiremental Single File Components (SFC) i18n Support, #56 (b5d7c0c)
- You can opt-in the SFC support on by setting
"vue-i18n-ally.experimental.sfc": true
- SFC currently only works in READONLY mode, the other features might be landed in future release.
- You can opt-in the SFC support on by setting
๐ Bug Fixes
๐ Documentations
- examples: add sfc example (da8af1f)