tracks/config/initializers/tolk.rb
Reinier Balt 702c89e754 add tolk to Tracks for easy management of translations. Limited to development
environment only. Need migration.


Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2012-07-18 14:58:24 +02:00

14 lines
No EOL
369 B
Ruby

# encoding: utf-8
# Tolk config file. Generated on July 18, 2012 13:01
# See github.com/tolk/tolk for more informations
if Rails.env==:development
Tolk.config do |config|
# If you need to add a mapping do it like this :
# May we suggest you use http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
# config.mapping["fr-ES"] = 'Frañol !'
end
end