-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
CI should detect duplicated context.json entries #7901
Comments
It would make to run it on our uber integration CI (because CF and external projects share the ids with CKE5). |
TODO: What to do if an error occurs? |
TODO:
|
Yesterday I check the Unfortunately, it searches for packages in the Instead, I'd create a new script that will be searching for packages in directories: The new script could be called |
PR that allows checking translations in packages inside the Some warning occurred and I reported it in proper repositories. |
We need an article in our KB that will help with resolving issues if a conflict in translations occurs. The URL to the article could be attached to output on our CI. |
Feature (env): Added the "--include-external-directory" to the translations:collect task that allows checking packages located in the "external/" directory. See ckeditor/ckeditor5#7901.
Provide a description of the task
Duplicated contexts should be detected by the CI, and should not be a thing that catches you off guard when preparing editor builds.
Followup of #7900
The text was updated successfully, but these errors were encountered: