-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Show current and default locales in web debug toolbar #23583
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
Labels
Comments
This could indeed be useful as part of the translation panel. The |
nemoneph
added a commit
to nemoneph/symfony
that referenced
this issue
Jul 22, 2017
nemoneph
added a commit
to nemoneph/symfony
that referenced
this issue
Jul 22, 2017
nemoneph
added a commit
to nemoneph/symfony
that referenced
this issue
Jul 24, 2017
nemoneph
added a commit
to nemoneph/symfony
that referenced
this issue
Jul 25, 2017
nemoneph
added a commit
to nemoneph/symfony
that referenced
this issue
Jul 25, 2017
nemoneph
added a commit
to nemoneph/symfony
that referenced
this issue
Jul 26, 2017
nemoneph
added a commit
to nemoneph/symfony
that referenced
this issue
Sep 5, 2017
nemoneph
added a commit
to nemoneph/symfony
that referenced
this issue
Sep 11, 2017
fabpot
added a commit
that referenced
this issue
Sep 13, 2017
… / Profiler (nemoneph) This PR was merged into the 3.4 branch. Discussion ---------- Feature #23583 Add current and fallback locales in WDT / Profiler | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #23583 | License | MIT | Doc PR | - The goal of this PR is to add informations about the locale and the fallback locales in the translation WDT panel / and profiler Commits ------- 98a8a6c Feature #23583 Add current and fallback locales in WDT / Profiler
fabpot
added a commit
that referenced
this issue
Sep 15, 2017
* 3.4: A DI tag for resettable services. Add default templates directory and option to configure it Feature #23583 Add current and fallback locales in WDT / Profiler
This was referenced Oct 18, 2017
Merged
Merged
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
…locales in WDT / Profiler (nemoneph) This PR was merged into the 3.4 branch. Discussion ---------- Feature symfony#23583 Add current and fallback locales in WDT / Profiler | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#23583 | License | MIT | Doc PR | - The goal of this PR is to add informations about the locale and the fallback locales in the translation WDT panel / and profiler Commits ------- 98a8a6c Feature symfony#23583 Add current and fallback locales in WDT / Profiler
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
* 3.4: A DI tag for resettable services. Add default templates directory and option to configure it Feature symfony#23583 Add current and fallback locales in WDT / Profiler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this information could be useful for debugging multi-lang apps. For now I need manually dump

$request->getLocale()
/$request->getDefaultLocale()
in code to see it. We can show it in the Request tab:UPD: Noticed
_locale
in "Request Attributes" section of profiler's Request panel though.The text was updated successfully, but these errors were encountered: