Skip to content

Commit 61f92f4

Browse files
authored
add missing link to referenced issue
1 parent 6c8d6ea commit 61f92f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/localeswitcher-anywhere.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Localeswitcher anywhere/anyhow
33

44
If you want to output the localeswitcher (or some part of it) anywhere you have
55
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
6+
Using this you can craft basically any locale selector you want, see [#30](https://github.com/BoltTranslate/Translate/issues/30) for
77
more info. To see the structure please dump it by using `{{ dump(locales) }}`.
88
The array `locales` can be ordered based on the active locale by using the
99
`|order()` filter, like this: `{% for locale in locales|order('-active') %}`.

0 commit comments

Comments
 (0)