Project

General

Profile

« Previous | Next » 

Revision 672adb6d

Added by Marc Dequènes about 14 years ago

  • ID 672adb6d5654f3fd8906e5a0344c6e0db856be2a

[fix] ensured LC_ALL is properly set for library

View differences:

lib/cyborghood.rb
module CyborgHood
include I18nTranslation
ENV['LC_ALL'] = "C"
bindtextdomain("cyborghood", {:path => Config::L10N_DIR, :charset => "UTF-8"})
end

Also available in: Unified diff