-
-
Notifications
You must be signed in to change notification settings - Fork 2
feature: intlify transform #63
Copy link
Copy link
Open
Labels
Status: ProposalRequest for commentsRequest for commentsType: FeatureIncludes new featuresIncludes new features
Description
Activity
Metadata
Metadata
Assignees
Labels
Status: ProposalRequest for commentsRequest for commentsType: FeatureIncludes new featuresIncludes new features
Clear and concise description of the problem
related from
nuxt-modules/i18n#1481 (comment)
If we are already using vue-i18n v8 and operating with the localize service, we will need to convert your resource format to vue-i18n v9 because it is incompatible.
https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters
Suggested solution
We suggestion a new command
transformto convert the resource from vue-i18n v8 to v9.By providing this command, it is also possible to convert in a CI environment such as github actions.
Alternative
No response
Additional context
No response
Validations