Project

General

Profile

« Previous | Next » 

Revision e9eb9974

Added by Marc Dequènes about 15 years ago

  • ID e9eb9974c0a14dda5d64e5a0cd5d5445f22690a7

[fix] corrected remaining mistakes with the references, and gettext-related code

View differences:

lib/cyborghood/base.rb
PRODUCT = "CyborgHood"
VERSION = "0.2.0~dev"
bindtextdomain(PRODUCT)
bindtextdomain(PRODUCT + "_" + self.human_name)
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)
# severities: # :dangerous :unrecoverable :ignorable

Also available in: Unified diff