#9954 closed New Feature (fixed)
[CKBuilder] The command line tool should support languages property
| Reported by: | Wiktor Walc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Project : CKBuilder | Version: | |
| Keywords: | Cc: | wim.leers@… |
Description
Reported in http://ckeditor.com/forums/CKEditor/CKBuilder-Development-CKEditor-4-Pluginlang-files-not-getting-omitted
languages : {
'en' : 1,
'en-au' : 1,
'en-ca' : 1,
'en-gb' : 1
}
should be understood also by the command line tool.
Change History (4)
comment:1 Changed 13 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 13 years ago by
| Cc: | wim.leers@… added |
|---|
comment:3 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | confirmed → closed |
Fixed in CKBuilder 1.6.1. For plugins that are not included directly in ckeditor.js and their language files are not merged into the main language files, CKBuilder copies only the relevant language files and updates the "lang" property in the plugin definition accordingly.

Stumbled upon this aspect today; while building the "d8" branch of CKEditor.