pits / snowbabel
Translation Extension by Snowflake.ch
Installs: 954
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ^7.2
- sjbr/static-info-tables: ^6.7.4
- typo3/cms-core: ^8.7.13|| ^9.5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.14.0
- roave/security-advisories: dev-master
Replaces
- snowbabel: 6.0.0
- typo3-ter/snowbabel: 6.0.0
This package is auto-updated.
Last update: 2024-11-12 00:08:25 UTC
README
This repository is forked / imported from parent repository snowflake. Last import was taken on 23rd May 2019. From 24th May 2019 onwards we (PIT SOLUTIONS) will contribute our changes and works to this repository. We already done major release 6.0.0 version by removing the dependency of EXTJS from TYPO3 Backend Module and used Angular JS as an alternative. Version 6.0.0 also support TYPO3 8.7 LTS - 9.5 LTS.
snowbabel provides an easy and modern way for Extension translation. Target groups are Content Managers and non-technical backend users.
Supports old fashion xml and new xliff since TYPO3 4.6.
Installation
Use the package manager composer to install foobar.
https://packagist.org/packages/pits/snowbabel
composer require pits/snowbabel:dev-master or specify version you want to install composer require pits/snowbabel:6.0.0
Functionality
A collection (comparison) of the main functionality of this product or of the different product versions/types.
Requirements
- TYPO3 8.7 LTS and above
- static info tables
Installation
- Add snowbabel extension
- Run install tool db compare making sure tables are created
- Run Upgrade Wizard
- Configure snowbabel via 'Settings' module
- Run indexing task
Configuration
- Configure snowbabel via 'Settings' module
- Go to 'Extensions' tab and add extensions to be translated
- Go to 'Languages' tab and add languages to be available
- Run indexing task
Additional configurations
There are several ways of customization
- Define which group or user has access to what language or which extension
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.