You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scope of this task is to add a new translations configuration object that has priority over the CKEDITOR_TRANSLATIONS object that the current translations register. See the RFC for new installation methods for usage examples.
The translations object should accept the object (translations: {}) or an array of objects to be merged internally (translations: [ {}, {} ]).
We've already created a working PoC that can be used, but it requires writing tests and a proper review process.
The text was updated successfully, but these errors were encountered:
CKEditorBot
added
the
status:planned
Set automatically when an issue lands in the "Sprint backlog" column. We will be working on it soon.
label
Jan 17, 2024
CKEditorBot
added
status:in-progress
Set automatically when an issue lands in the "In progress" column. We are working on it.
and removed
status:planned
Set automatically when an issue lands in the "Sprint backlog" column. We will be working on it soon.
labels
Jan 17, 2024
filipsobol
changed the title
[New installation methods] Integrate Rollup translation plugin into CKEditor5
[New installation methods] Allow passing a `translations' object in the configuration
Jan 18, 2024
filipsobol
changed the title
[New installation methods] Allow passing a `translations' object in the configuration
[New installation methods] Allow passing a translations object in the configuration
Jan 18, 2024
The scope of this task is to add a new
translations
configuration object that has priority over theCKEDITOR_TRANSLATIONS
object that the current translations register. See the RFC for new installation methods for usage examples.The
translations
object should accept the object (translations: {}
) or an array of objects to be merged internally (translations: [ {}, {} ]
).We've already created a working PoC that can be used, but it requires writing tests and a proper review process.
The text was updated successfully, but these errors were encountered: