Project

General

Profile

« Previous | Next » 

Revision 51546fe5

Added by Marc Dequènes about 13 years ago

  • ID 51546fe57a7c69cdece4127636d9bb2eb3d7528d

[evol] adapted current I18n system for late translation

View differences:

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

Also available in: Unified diff