Skip to content
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

[BUG] No full working version and no labels Ver. 3.1.3 with Bolt 3.2.3 #48

Closed
sbonardt opened this issue Jan 16, 2017 · 10 comments
Closed

Comments

@sbonardt
Copy link

sbonardt commented Jan 16, 2017

Hi,

I always use your module on my projects as it's great for the end users!
However, now I'm working with the latest Bolt and I do not get all options when I want to add a menu item. Also the labels for the extension are not "in place": I see for instance 'menueditor.menuitem' in the sidebar menu and menueditor.actions.add (see screenshot)

I've tried older v3 versions but they all do it. Any idea?
screen shot 2017-01-16 at 09 56 16

@navelpluisje
Copy link
Collaborator

Also mentioned in #35. Try clearing your cache. Should do the trick

@use
Copy link

use commented Jan 19, 2017

I'm having the same problem on 3.1.3 with Bolt 3.2.5

Clearing the cache didn't fix the problem.

@SahAssar
Copy link
Collaborator

@use & @sbonardt: What are your locales in the main config?

@use
Copy link

use commented Jan 23, 2017

@SahAssar here is the locale line from my config.yml:

locale: en_GB

@navelpluisje
Copy link
Collaborator

@use Just tried it and works ok for me.
@SahAssar , may it help to Rebuild Autoloader in the Extend menu?

@use
Copy link

use commented Jan 23, 2017

@navelpluisje hm, that didn't work for me. Out of curiosity I just tried the menueditor extension on a 3.2.4 install, and saw the same problem (looks like the screenshot above).

@navelpluisje
Copy link
Collaborator

Hmmm, weird. Had a local version of the extension running for development. After disabling this one and reinstalling the latest version I'm having the same issue.
After setting the locale to nl_NL the plugin gets translated to dutch, but after turning back to en_GB or en it all is messed up again. Also tried some german locales and all of them are working fine. To me it looks like Bolt does not get the right translation for the default language. Will take a closer look at it tomorrow.

@navelpluisje
Copy link
Collaborator

navelpluisje commented Jan 24, 2017

@use I did some fiddling around and think the issue is caused by the translation cache. Can you try to delete the trans-folder within /app/cache/? That's where the translations go. Can you let me know if it works?

Already an issue on Bolt: bolt/bolt#5727

@use
Copy link

use commented Jan 26, 2017

@navelpluisje Hm, odd - I manually deleted /app/cache/trans from disk, yet it didn't solve the issue for me.

@SahAssar
Copy link
Collaborator

Fixed in #51 and added to the latest tagged release. We now default back to the english release if we fail to load the proper translations. To use another locale /app/cache/trans will have to be deleted until this is solved in bolt core.

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

No branches or pull requests

4 participants