Download the PHP package atico/translator-symfony-demo-google-to-yml without Composer
On this page you can find all versions of the php package atico/translator-symfony-demo-google-to-yml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download atico/translator-symfony-demo-google-to-yml
More information about atico/translator-symfony-demo-google-to-yml
Files in atico/translator-symfony-demo-google-to-yml
Package translator-symfony-demo-google-to-yml
Short Description Spreadsheet Translator. Symfony Demo Application. Takes a Google Drive spreadhseet file and creates a translation file per locale in Yml format
License MIT
Informations about the package translator-symfony-demo-google-to-yml
Spreadsheet Translator Symfony Demo Application - Use Case
Introduction
Lightweight Symfony Demo Application for the Spreadsheet Translator functionallity. The demo brings a command that takes a Google Drive spreadhseet file and creates a translation file per locale in Php format.
Installation
composer create-project atico/translator-symfony-demo-google-to-yml
This will install the demo application into your computer
The source demo spreadsheet file is located at https://docs.google.com/spreadsheets/d/1HCpvamO2eHRV2oeMgmSj9WD_AfCc6gPHUi2aFyjSsR8/edit#gid=0
Running the demo
type in you terminal: bin/console atico:demo:translator --sheet-name=common
This command will generate the translation files that will be stored into app/translations folder.
The generated files will be:
demo_common.en_GB.yml will contain:
Notes
composer.json will include the following Spreadsheet Translator dependencies:
Related
Symfony Bundle:
Symfony Demos:
- Symfony Demo. Takes a local file and creates translation files per locale in php format
- Symfony Demo. Takes a google drive spreadsheet and creates translation files per locale in yml format
- Symfony Demo. Takes a microsoft one drive spreadsheet and creates translation files per locale in xliff format
Requirements
- PHP >=5.5.9
- Symfony ~2.3|~3.0
Contributing
We welcome contributions to this project, including pull requests and issues (and discussions on existing issues).
If you'd like to contribute code but aren't sure what, the issues list is a good place to start. If you're a first-time code contributor, you may find Github's guide to forking projects helpful.
All contributors (whether contributing code, involved in issue discussions, or involved in any other way) must abide by our code of conduct.
License
Spreadsheet Translator Symfony Bundle is licensed under the MIT License. See the LICENSE file for full details.
All versions of translator-symfony-demo-google-to-yml with dependencies
symfony/symfony Version ^3.1
atico/spreadsheet-translator-symfony-bundle Version ^1.0
atico/spreadsheet-translator-provider-googledrive Version ^1.0
atico/spreadsheet-translator-reader-xlsx Version ^1.0
atico/spreadsheet-translator-exporter-yml Version ^1.0