-
-
Save mtness/47a9df5eccaa225736464c9d9a4f1c2d to your computer and use it in GitHub Desktop.
This file contains 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
MASK-Template: | |
<f:translate key="label" /> | |
Using this label in other templates: | |
<f:translate key="more" extensionName="mask" /> | |
TYPO3-Setup: | |
plugin.tx_mask { | |
_LOCAL_LANG { | |
de { | |
label = Weiterlesen | |
} | |
en { | |
label = Read more | |
} | |
} | |
} | |
https://stackoverflow.com/questions/52876865/typo3-mask-labels-based-on-language |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment