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] ContentType translations are not showing universally #6795

Closed
bpmct opened this issue Jul 6, 2017 · 1 comment
Closed

[BUG] ContentType translations are not showing universally #6795

bpmct opened this issue Jul 6, 2017 · 1 comment
Milestone

Comments

@bpmct
Copy link

bpmct commented Jul 6, 2017

In some places within the Bolt dashboard, the ContentType translations are not being displayed. Instead, the generic translation is shown.

For example:

  • "View all" and "Add new" in the menu are always the generic translations.
  • In the edit page for a content type, the header, meta, actions, and save button are the generic translation instead of the one for the specific ContentType.

See: https://github.com/bolt/bolt/blob/master/.github/CONTRIBUTING.md

Details

  • Relevant Bolt Version: 3.2
  • PHP version: 5.5
  • Used web server: Apache

Reproduction

messages.en_GB.yml:
contenttypes.generic.save: "Save %contenttype% generic"

contenttypes.en_GB.yml:
contenttypes.blocks.text.save: "Save this block"

I then proceeded to fully flush Bolt's cache, then this is what the "edit block" page displayed...

image

This is just one example of this bug, I listed other places I noticed above.

@GwendolenLynch GwendolenLynch added this to the Bolt 3.3 - Feature release milestone Jul 16, 2017
@GwendolenLynch
Copy link
Contributor

ContentType translations have been removed in #6802 that will land in 3.3.0 … due out very very soon 😄

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

No branches or pull requests

2 participants