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

Add a debug option to output the i18n-keys #2

Open
tordans opened this issue Oct 28, 2013 · 0 comments
Open

Add a debug option to output the i18n-keys #2

tordans opened this issue Oct 28, 2013 · 0 comments

Comments

@tordans
Copy link

tordans commented Oct 28, 2013

For me as a translator this gem's magic is just too much. I spend way too much time searching for the right i18n-key for my flash-message-usecase.

It would be awesome to have a debug-option that we can turn on in our dev+staging-mode.
This option should output something like this:

<div class="notice flash">
Your Current Flash Message
<!-- 
possible locale_flash keys:
  controllers.admin.users.create.flash.notice # blank
  controllers.admin.create.flash.show.notice # Your Current Flash Message
  controllers.admin.create.flash.notice # Some fallback text
  controllers.admin.flash.notice # blank
  controllers.flash.create.notice # blank
  controllers.flash.notice # Some fallback text
-->
</div>

This is the tree of all possible translations. Together with the translation-content.
This way I just need to inspect the flash message to know where it came from and know how to edit it.

Tobias

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

1 participant