Installation
Important
You will need an account at Crowdin to get efficient utilisation of this extension. An account gives you the role as translator per default.
-
Using composer
composer require friendsoftypo3/
.crowdin ./
.vendor/ bin/ typo3 crowdin: enable
-
Non composer
- Download the extension from TER.
./
.typo3/ sysext/ core/ bin/ typo3 crowdin: enable
Additional information
The enable
command above writes the following information to
Local
/ settings.
:
$GLOBALS['TYPO3_CONF_VARS']
['SYS']['localization']['locales']['user']['t3'] = 'Crowdin In-Context Localization';
['SYS']['fluid']['namespaces'] => [
'f' => [
'TYPO3\\CMS\\Fluid\\ViewHelpers',
'TYPO3Fluid\\Fluid\\ViewHelpers',
'FriendsOfTYPO3\\Crowdin\\ViewHelpers\\Override',
],
],
];
Copied!