Aligned to changes in ckeditor5-dev-translations
repository
#197
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Suggested merge commit message (convention)
Other: The generated package no longer integrates with the Transifex service. Thanks to that, a community can provide translation entries directly via pull requests.
MAJOR BREAKING CHANGE (generator): Removed the
translations:collect
,translations:download
andtranslations:upload
scripts from the generated package. Instead, thetranslations:synchronize
andtranslations:validate
scripts are introduced. These two new scripts do not provide an integration with Transifex service anymore, but they help preparing translation files (*.po
files) which must be handled by the integrator himself.MAJOR BREAKING CHANGE (tools): Removed the
translations:collect
,translations:download
andtranslations:upload
tasks. Instead, thetranslations:synchronize
task is introduced. It helps preparing translation files (*.po
files) in the generated package.Additional information
This PR is based on the #196, so it targets the
ci/3772
branch.This PR requires ckeditor/ckeditor5-dev#1042.
PR with updates in the docs: ckeditor/ckeditor5#17338.
Closes cksource/ckeditor5-internal#3817.
Supported scopes
generator
→ https://www.npmjs.com/package/ckeditor5-package-generator*
→ https://www.npmjs.com/package/@ckeditor/ckeditor5-package-*