Project

General

Profile

« Previous | Next » 

Revision 5f013d0a

Added by Marc Dequènes almost 16 years ago

  • ID 5f013d0abba04f65924a85d974bd7dd3cc20a6b8

[fix] gettext is working now, nevertheless the domain selection is ugly

View differences:

lib/cyborghood/base.rb
VERSION = "0.2.0~dev"
bindtextdomain(PRODUCT, {:path => File.join(APP_ROOT, "locale"), :charset => "UTF-8"})
bindtextdomain(PRODUCT + "_" + self.human_name, {:path => File.join(APP_ROOT, "locale"), :charset => "UTF-8"OB})
textdomain(PRODUCT + "_" + self.human_name)
textdomain(PRODUCT)
#textdomain_to(self.class, PRODUCT + "_" + self.human_name)
# severities: # :dangerous :unrecoverable :ignorable
# categories:

Also available in: Unified diff