Created
December 8, 2022 11:52
-
-
Save briezler/dd7ba3de8ffdfb86837b4e9d9ee216bf to your computer and use it in GitHub Desktop.
Twig - Translation of variable value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Translate value | |
{{ value|trans() }} | |
# Translate with prefix | |
{{ ('prefix.' ~ value)|trans() }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment