Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita6a074c

Browse files
committed
fixing a code block
1 parent8673b59 commita6a074c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎book/translation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,9 @@ It will also detect the following translator usages in PHP templates:
693693
which means this example won't be analyzed:
694694

695695
..code-block::jinja
696-
{% set message = 'Symfony2 is great' %}
697-
{{ message|trans }}
696+
697+
{% set message = 'Symfony2 is great' %}
698+
{{ message|trans }}
698699
699700
Suppose your application's default_locale is ``fr`` and you have configured ``en`` as the fallback locale
700701
(see:ref:`book-translation-configuration` and:ref:`book-translation-fallback` for how to configure these).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp