Skip to content

Commit 260354c

Browse files
peterkraumelolli42
authored andcommitted
[TASK] Add documentation links to Language Pack card in Install Tool
To attract more users to contribute to the translation of labels in Crowdin, some links are added to the Language Pack card in the Install Tool. Resolves: #105026 Releases: main, 12.4 Change-Id: Ia5e1e73f497c493e9cc13e9bd1a97d628753b2b7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86207 Tested-by: core-ci <[email protected]> Tested-by: Christian Kuhn <[email protected]> Reviewed-by: Christian Kuhn <[email protected]>
1 parent 29e5b6e commit 260354c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Resources/Private/Templates/Maintenance/LanguagePacks.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,17 @@
1515
data-configuration-is-writable="{f:if(condition: isWritable, then: 'true', else: 'false')}"
1616
>
1717
<p>
18-
Gives an overview of available languages excluding the default (English) language.
19-
It allows you to activate and deactivate additional localizations and to update language packs from the official TYPO3 translation server.
18+
Shows an overview of available languages excluding the default (English) language.
19+
You can activate and deactivate additional localizations and to update language packs from the official
20+
<a target="_blank" rel="noreferrer" href="https://localize.typo3.org/xliff/status.html">
21+
<u>TYPO3 translation server</u></a>.
22+
</p>
23+
<p>
24+
Miss a translation or want to improve or add translations? Read the
25+
<a target="_blank" rel="noreferrer" href="https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Localization/TranslationServer/Crowdin.html">
26+
<u>documentation</u></a> on how to easily contribute through
27+
<a target="_blank" rel="noreferrer" href="https://crowdin.com/profile/TYPO3">
28+
<u>Crowdin</u></a>.
2029
</p>
2130

2231
<f:render partial="Generic/ConfigurationNotWritable" arguments="{_all}"/>

0 commit comments

Comments
 (0)