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

Plugin is not showing in localization pt-BR #4

Open
mateusfsilva opened this issue May 6, 2016 · 4 comments
Open

Plugin is not showing in localization pt-BR #4

mateusfsilva opened this issue May 6, 2016 · 4 comments

Comments

@mateusfsilva
Copy link

Hi,

I installed the extension from marketplace and I found a issue with localization.

Failed to load resource: the server responded with a status of 404 (Not Found)
Failed to load: /index.php/tinymce/pt_BR.js
error — tinymce.jquery.min.js:9405

@malte-christian
Copy link
Contributor

Dose this commit fixes the issue: b3bd766 ?

@MrShoore
Copy link

MrShoore commented Aug 17, 2016

Doesn't fix with nginx server, so I manually put route in the index.php on 16-line: 'language_url' => $app['url']('packages/pagekit/tinymce/languages/ru.js', and this solves the problem.
The error message from server was

/public_html/index.php/tinymce/ru-RU.js" failed (20: Not a directory)

@vnijhuis
Copy link

The same here for dutch.

I changed the patch in the packages/pagekit/tinymce/index.php to the right locale language. i am using nl_NL. Only nl.js is present. Also the path to this file is not right for me. I changed it to packages/pagekit/tinymce/languages/{locale}.js and i copied nl.js to nl_NL.js for me now it works.

Regards,
Vincent

@ghost
Copy link

ghost commented Feb 14, 2017

I had a similar error, with de_DE and en_GB, this is the Console Output:

Use tinymce.min.js instead of tinymce.jquery.min.js.     tinymce.jquery.min.js:1:19
Failed to load: /tinymce/en_GB.js                        tinymce.jquery.min.js:9405:6

I changed the packages/pagekit/tinymce/index.php on line 26 according to the guys above.
( From tinymce/{locale}.js to packages/pagekit/tinymce/languages/{locale}.js )
Now it all works flawless.

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

4 participants