Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Missing language en.js #52

Open
lefteyecc-pu opened this issue Jun 2, 2016 · 5 comments
Open

Missing language en.js #52

lefteyecc-pu opened this issue Jun 2, 2016 · 5 comments

Comments

@lefteyecc-pu
Copy link

Hey Guys,

I've been using this extension for a while. Recently I started seeing 404 not found for when the widget is attempting to load lang/en.js. There is no lang/en.js. Can I disable looking up en.js as this is causing an error with the 404 on Modal redactor widgets,

@o-shabashov
Copy link

+1

@dbd5
Copy link

dbd5 commented Jul 31, 2016

@lefteyecc-pu and @o-shabashov
You can just download from https://imperavi.com/download/redactor/langs/en/ and place in the appropriate folder

@embambols
Copy link

@dbd5 which would be the "appropriate folder" for it? Should I manually put it in vendor folder? Or that randomly generated /assets/d08cc4c3/ folder?

@dbd5
Copy link

dbd5 commented Oct 25, 2016

In the /vendor/asofter folder, look for the folder /assets/lang, thats where all the language files are kept. It will be copied from there to the randomly generated folder as needed.

@sim2github
Copy link

...
        if ($this->options['lang'] != 'en') {
            $this->assetBundle->js[] = 'lang/' . $this->options['lang'] . '.js';
        }
...

Already wait in #37

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants