Project

General

Profile

« Previous | Next » 

Revision e971ab5a

Added by Marc Dequènes about 13 years ago

  • ID e971ab5a16a21dbf2b682cbd27a87ffed5f1ea9d

[fix] I18n: late-translation fixes (core and Clerk only)

View differences:

bin/clerk
module CyborgHood
module DSL
include I18nTranslation
bindtextdomain("cyborghood_clerk", {:path => Config::L10N_DIR, :output_charset => "UTF-8"})
end
module ClerkLand
include I18nTranslation
bindtextdomain("cyborghood_clerk", {:path => Config::L10N_DIR, :output_charset => "UTF-8"})
......
b.bot { CyborgHood::ClerkLand::Clerk.new(b.clerk_land) }
end
bot = reg.bot

Also available in: Unified diff