Skip to content

Instantly share code, notes, and snippets.

View tuomasj's full-sized avatar

Tuomas Jomppanen tuomasj

View GitHub Profile

This is how we test that all translation keys match up between locales.

Stuff that only goes in one locale (such as an admin section) or that can't be translated yet (if you use external translators) can simply go in files that don't match the path "config/locales/??.yml", like "config/locales/wip.fo.yml".

@tuomasj
tuomasj / Gemfile
Created August 24, 2012 09:10
Live Reload
source "https://rubygems.org"
gem 'guard'
gem 'guard-livereload'
gem 'rack-livereload'