We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8d6ea commit 61f92f4Copy full SHA for 61f92f4
docs/localeswitcher-anywhere.md
@@ -3,7 +3,7 @@ Localeswitcher anywhere/anyhow
3
4
If you want to output the localeswitcher (or some part of it) anywhere you have
5
access to an array called `locales` in basically any template that you use.
6
-Using this you can craft basically any locale selector you want, see #30 for
+Using this you can craft basically any locale selector you want, see [#30](https://github.com/BoltTranslate/Translate/issues/30) for
7
more info. To see the structure please dump it by using `{{ dump(locales) }}`.
8
The array `locales` can be ordered based on the active locale by using the
9
`|order()` filter, like this: `{% for locale in locales|order('-active') %}`.
0 commit comments