We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11b2569 + c0f12c7 commit 94998bbCopy full SHA for 94998bb
translation.rst
@@ -461,7 +461,7 @@ of your main configuration file using either ``%...%`` or ``{...}`` syntax:
461
<!-- ... -->
462
<!-- when using the '%' wrapping characters, you must escape them -->
463
<framework:global name="%%app_name%%">My application</framework:global>
464
- <framework:global name="{app_version}" value="1.2.3" />
+ <framework:global name="{app_version}" value="1.2.3"/>
465
<framework:global name="{url}" message="url" domain="global">
466
<framework:parameter name="scheme">https://</framework:parameter>
467
</framework:global>
0 commit comments