diff options
| author | Ramil Yanbulatov <rayman1104@gmail.com> | 2022-08-09 14:46:26 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-08-09 14:51:59 +0200 |
| commit | d69959446221981f87226249e56d8cc0956a3950 (patch) | |
| tree | 64fbc02004693b25c888a23ed90f058828c24627 /docs | |
| parent | c6290bae9da94234091673fa57ea20411325a9e8 (diff) | |
Refs #33842 -- Added :ttag: role in translations docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 43ad657709..2d7542681d 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -649,8 +649,8 @@ You can use multiple expressions inside a single ``blocktranslate`` tag:: .. note:: The previous more verbose format is still supported: ``{% blocktranslate with book|title as book_t and author|title as author_t %}`` -Other block tags (for example ``{% for %}`` or ``{% if %}``) are not allowed -inside a ``blocktranslate`` tag. +Other block tags (for example :ttag:`{% for %}<for>` or :ttag:`{% if %}<if>`) are +not allowed inside a ``blocktranslate`` tag. If resolving one of the block arguments fails, ``blocktranslate`` will fall back to the default language by deactivating the currently active language |
