/Stringr

Small padrino app for group editing of Cocoa .strings files

Primary LanguageRuby

Stringr

Small padrino application for group editing of Cocoa .strings localization files.

Basic usage

Project uses mongodb so you have to install it. For example with homebrew:

brew install mongo

After cloning run:

bundle install

padrino rake seed

Run specs with:

rspec spec