Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
FIX setup infos
ADD contributing infos
  • Loading branch information
netbe committed Oct 11, 2013
1 parent 8dfafdb commit 72fe4a3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This script converts a csv file of translations into iOS .strings files and vice

# Setup

`gem install csvconverter`
`gem install csv2strings`

# Usage

Expand All @@ -22,6 +22,16 @@ This script converts a csv file of translations into iOS .strings files and vice
You can use a configuration file to hold all your commandline arguments into a file (previous versions `i18n_config.rb`).
Place `.csvconverter` file (edit if needed) in the folder with your ``xx.lproj`` and call the script from there. See `.csvconverter.sample`

# Contributing

If you feel like it, just create a pull request with a branch like `feature/<nameofbranch>` to `develop` branch


## Development

Edge version can be found on `develop` branch.

Run `bundle install` to install all the dependencies. Tests are done with `Test::Unit` so run `rake test` to run all the test suite.

# Todo

Expand Down

0 comments on commit 72fe4a3

Please sign in to comment.