Skip to content

Migration v0.x

Anthony Fu edited this page Apr 14, 2020 · 1 revision

There is not much to be done for this migration.

  1. Install the new i18n Ally from the marketplace
  2. Uninstall the old Vue i18n Ally.
  3. You are done. πŸŽ‰

Configurations are backward compatible. All the features for Vue will work as before.

New Features

  • Support for Vue, React, Angular, i18next, VSCode extensions and more. Check the Supported Frameworks List
  • Automatically detect what frameworks are used by reading package.json

Breaking Changes

  • Extension and Repo are renamed to i18n-ally
  • Config namespace is renamed to i18n-ally with legacy vue-i18n-ally backward compatibility.
  • Config forceEnabled is deprecated. Use enabledFrameworks instead.
  • Config experimental.sfc is deprecated. It will enabled automatically when you need it.

Changes

  • New Logo
  • Updated documents
  • Vue i18n Ally will disable itself when i18n Ally is installed.
  • i18n Ally moved to master branch and Vue i18n Ally moved to branch v0.x