I18n で翻訳する
55 56 57 58
# File 'lib/confgit/cli.rb', line 55 def t(code, options = {}) options[:scope] ||= [:usage] I18n.t(code, options) end