Project

General

Profile

« Previous | Next » 

Revision c2f9dd87

Added by Marc Dequènes about 13 years ago

  • ID c2f9dd871aeff90135d85c2fa43ce6ad62e35e30

[evol] I18n: new helpers to setup gettext domains and deferred translations (and one to inject the correct domain into specific core classes in order to be able to use cyborg-local translations into them (currently only needed for DSL classes))

View differences:

lib/cyborghood.rb
require 'cyborghood/base/exceptions'
ENV['LC_ALL'] = "C"
module CyborgHood
include I18nTranslation
ENV['LC_ALL'] = "C"
bindtextdomain("cyborghood", {:path => Config::L10N_DIR, :output_charset => "UTF-8"})
add_deferred_translations
def register_services(container)
container.define do |b|

Also available in: Unified diff