Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 11 years ago by Wiktor Walc

Status: newconfirmed

comment:2 Changed 11 years ago by Wim Leers

Cc: wim.leers@… added

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

comment:3 Changed 11 years ago by Wiktor Walc

Resolution: fixed
Status: confirmedclosed

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.

comment:4 Changed 11 years ago by Wim Leers

Hurray! Thanks :)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy