@ckeditor/ckeditor5-dev-translations
v57.4.0
Published
Tools for managing CKEditor 5 translation files.
Readme
CKEditor 5 translation tools
Tools for managing CKEditor 5 translation files.
More information about development tools packages can be found at the following URL: https://github.com/ckeditor/ckeditor5-dev.
Usage
The package exposes the following functions:
findMessages()— parses a source file and finds messages to be localized, that is calls of thet()function.synchronizeTranslations()— synchronizes translation files (*.pofiles) with translation contexts (context.jsonfiles) in the given packages: it creates missing translation files, adds missing entries, and removes unused ones.moveTranslations()— moves the requested translations (context and*.poentries) between packages.
You can read more about localizing the editor in the Setting the UI language guide.
Changelog
See the CHANGELOG.md file.
License
Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.
