Project

General

Profile

« Previous | Next » 

Revision 50ad777d

Added by Bryan Kearney over 9 years ago

Plugins should support i18n. This commit adds the basics, but the engineers need to start translating code

View differences:

Gemfile
# load local gemfile
local_gemfile = File.join(File.dirname(__FILE__), 'Gemfile.local')
self.instance_eval(Bundler.read_file(local_gemfile)) if File.exist?(local_gemfile)
self.instance_eval(Bundler.read_file(local_gemfile)) if File.exist?(local_gemfile)

Also available in: Unified diff