Skip to content

Commit

Permalink
Removed "READ ONLY" note in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Aug 20, 2017
1 parent a6f7c5c commit c8c835c
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions Readme.md
Expand Up @@ -6,38 +6,19 @@
[![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

```bash
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.

0 comments on commit c8c835c

Please sign in to comment.