It will be great If we could use community language packs inside a bundle like that: ```html <script> window.tinymceAdditionalConfig = { license_key: 'gpl', language_url: {{ asset('bundles/tinymce/languages/ru.js') }}, language: 'ru' } </script> ```