Skip to content

Commit

Permalink
[TASK] Inline example: Translate key from custom locallang file
Browse files Browse the repository at this point in the history
Releases: master, 10.4
Resolves: #93991
Change-Id: Ia2f47aa329347e8c239e2979c9def6efc5ed5d71
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68878
Tested-by: core-ci <typo3@b13.com>
Tested-by: Daniel Goerz <daniel.goerz@posteo.de>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Daniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
medarob authored and lolli42 committed Apr 27, 2021
1 parent f4ca222 commit 712ca95
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
*
* ::
*
* <f:translate key="key1" extensionName="MyExt"/>
*
* or
*
* ::
*
* <f:translate key="LLL:EXT:myext/Resources/Private/Language/locallang.xlf:key1" />
*
* Value of key ``key1`` in the current website language.
Expand Down

0 comments on commit 712ca95

Please sign in to comment.