-
-
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
Bundling a different language #2143
Comments
An example of using our Webpack plugin is here: https://github.com/ckeditor/ckeditor5-labs/tree/master/integrations/webpack-localization |
Maybe true right now since we haven't regenerated them for a long time. I'll do it today. |
The question is – should we add the |
I think all the time. To KISS and to make sure that the translations (even en->en) are used. |
I can't upload the translations for now: https://github.com/ckeditor/ckeditor5-dev/issues/249. |
Feature: Support for building the editor in another language than `en`. Closes #11.
By default, English strings are used in the bundles. We can make it configurable by specifying the language in
build-config.js
and reading it from Webpack config files.The text was updated successfully, but these errors were encountered: