From c8c835ce2356196cd659ae507305db11cc40de2a Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 20 Aug 2017 18:48:03 +0200 Subject: [PATCH] Removed "READ ONLY" note in readme --- Readme.md | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/Readme.md b/Readme.md index 49be55d..9c37910 100644 --- a/Readme.md +++ b/Readme.md @@ -6,11 +6,8 @@ [![Quality Score](https://img.shields.io/scrutinizer/g/php-translation/converter.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-translation/converter) [![Total Downloads](https://img.shields.io/packagist/dt/php-translation/converter.svg?style=flat-square)](https://packagist.org/packages/php-translation/converter) -**Don't you hate all the different translations formats? Are you stuck with JMSTranslatorBundle? If so, this is the -tool for you!** - -This little tool can convert your translation files from one format to the excellent XLIFF 2.0. A perfect use case is -when you migrating from JMSTranslatorBundle to [PHP-translation](http://php-translation.readthedocs.io/). +This is an PHP-translation storage adapter that uses Symfony's translation writer +and loader. ### Install @@ -18,26 +15,10 @@ when you migrating from JMSTranslatorBundle to [PHP-translation](http://php-tran composer require php-translation/converter ``` -### Use - -Just run the command like below: - -```bash -# Example -./vendor/bin/translation-converter [input_dir] [output_dir] [format] - -# Convert from JMSTranslationBundle -./vendor/bin/translation-converter app/Resources/translations app/Resources/translations-new jms - -# Convert from Yaml -./vendor/bin/translation-converter app/Resources/translations app/Resources/translations-new yml -``` - ### Documentation Read our documentation at [http://php-translation.readthedocs.io](http://php-translation.readthedocs.io/en/latest/). ### Contribute -Do you want to make a change? This repository is READ ONLY. Submit your -pull request to [php-translation/platform-adapter](https://github.com/php-translation/platform-adapter). +Do you want to make a change? Pull requests are welcome.