/teespring-translations

Ping those responsible for translating files

Primary LanguageRubyMIT LicenseMIT

Setting up the database

$ brew install pg  
$ createdb translations  
$ psql  

CREATE TABLE pull_requests(id SERIAL NOT NULL PRIMARY KEY, number integer NOT NULL);