We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. By the past we used to manage translation with the default XML format.
We are now using the JSON format to be compatible with angular-translate.
Describe the solution you'd like Introduce a BREAKING CHANGE to set the default format as json here: https://github.com/ovh/manager/blob/master/packages/manager/tools/component-rollup-config/src/plugins/translation-utils.ts#L93
BREAKING CHANGE
json
Describe alternatives you've considered None.
Additional context None.
The text was updated successfully, but these errors were encountered:
feat(plugins): rewrite translation inject and drop xml support
9b8dbbf
Fixes #1699 Signed-off-by: frenauvh <florian.renaut@corp.ovh.com> BREAKING CHANGE: translation xml files are not supported anymore
6b5f368
5dbfe0d
Fixes #1699 Signed-off-by: frenauvh <florian.renaut@corp.ovh.com> BREAKING CHANGE: translation xml files are not supported anymore Signed-off-by: Fabien Chabrolle <fabien.chabrolle@corp.ovh.com>
antleblanc
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
By the past we used to manage translation with the default XML format.
We are now using the JSON format to be compatible with angular-translate.
Describe the solution you'd like
Introduce a
BREAKING CHANGE
to set the default format asjson
here:https://github.com/ovh/manager/blob/master/packages/manager/tools/component-rollup-config/src/plugins/translation-utils.ts#L93
Describe alternatives you've considered
None.
Additional context
None.
The text was updated successfully, but these errors were encountered: