Skip to content
New issue

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

Align translation tools to changes in ckeditor5-dev-* #17301

Merged
merged 21 commits into from
Oct 23, 2024
Merged

Conversation

pomek
Copy link
Member

@pomek pomek commented Oct 23, 2024

Suggested merge commit message (convention)

Internal: Introduced translations:synchronize script to synchronize translations with language context files. Missing translations will be added, unused translations will be deleted, and missing translation files will be created.

Internal: Introduced translations:validate script to check the language context files against the translations. No files will be modified.

Internal: Introduced translations:move script to move requested translations between packages. It removes contexts and translated messages from language files ("*.po" files) from the source package and adds (or overwrites) them in the destination package.

Internal: Aligned to changes in ckeditor5-dev-*.

Internal: Fixed missing language contexts validation errors by moving "Paragraph" message from ckeditor5-heading to ckeditor5-core and "Color picker" from ckeditor5-table to ckeditor5-core.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

psmyrek and others added 21 commits October 7, 2024 14:42
Docs: Updated CKEditor 5 docs regarding translations in the project.
Internal: Introduced `translations:synchronize` script to synchronize translations with language context files. Missing translations will be added, unused translations will be deleted, and missing translation files will be created.

Internal: Introduced `translations:validate` script to check the language context files against the translations. No files will be modified.

Internal: Introduced `translations:move` script to move requested translations between packages. It removes contexts and translated messages from language files ("*.po" files) from the source package and adds (or overwrites) them in the destination package.

Internal: Aligned to changes in `ckeditor5-dev-*`.

Internal: Fixed missing language contexts validation errors by moving "Paragraph" message from `ckeditor5-heading` to `ckeditor5-core` and "Color picker" from `ckeditor5-table` to `ckeditor5-core`.
@pomek pomek changed the title Ci/epic/3789 Align translation tools to changes in ckeditor5-dev-* Oct 23, 2024
@pomek pomek marked this pull request as ready for review October 23, 2024 07:44
Copy link
Contributor

@psmyrek psmyrek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

@pomek pomek merged commit 56cce90 into master Oct 23, 2024
10 checks passed
@pomek pomek deleted the ci/epic/3789 branch October 23, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants