Files

34 lines
1.6 KiB
HTML

<html xmlns:core="http://typo3.org/ns/TYPO3/CMS/Core/ViewHelpers" data-namespace-typo3-fluid="true">
<div
class="t3js-module-content"
data-language-packs-activate-language-token="{languagePacksActivateLanguageToken}"
data-language-packs-deactivate-language-token="{languagePacksDeactivateLanguageToken}"
data-language-packs-update-pack-token="{languagePacksUpdatePackToken}"
data-language-packs-update-iso-times-token="{languagePacksUpdateIsoTimesToken}"
data-configuration-is-writable="{f:if(condition: isWritable, then: 'true', else: 'false')}"
>
<p>
Manage available language packs for your TYPO3 installation.
</p>
<p>
View available languages (excluding the default English), enable or disable localizations, and update language packs
from the <a target="_blank" rel="noreferrer" href="https://localize.typo3.org/xliff/status.html">
<u>TYPO3 translation server</u></a>.
</p>
<p>
Missing or incorrect translations can be improved by contributing through
<a target="_blank" rel="noreferrer" href="https://crowdin.com/profile/TYPO3">
<u>Crowdin</u></a>. See the <a target="_blank" rel="noreferrer" href="https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Localization/TranslationServer/Crowdin.html">
<u>TYPO3 documentation</u></a> for details.
</p>
<f:render partial="Generic/ConfigurationNotWritable" arguments="{_all}"/>
<div class="t3js-languagePacks-notifications"></div>
<div class="t3js-languagePacks-output"></div>
<div class="t3js-languagePacks-mainContent"></div>
</div>
</html>