You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Features/MediaPlayer/Developers.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Localization
57
57
The player can be localized via TYPO3/XLIFF language files.
58
58
59
59
* There is a separate language file for the media player related translation strings.
60
-
The file to be used is configured in the TypoScript setting ``playerTranslations.baseFile`` of the player plugin, which defaults to ``locallang_media.xlf``.
60
+
The file is located at ``dlf/Resources/Private/Language/locallang_media.xlf``.
61
61
62
62
* Translation strings use the `ICU MessageFormat <https://unicode-org.github.io/icu/userguide/format_parse/>`__ syntax,
63
63
which in particular supports pluralization, enumerations (via ``select``), number formatting (e.g., percentages), and named placeholders.
0 commit comments