lib/gettext/runtime/textdomain.rb in gettext-2.2.0 vs lib/gettext/runtime/textdomain.rb in gettext-2.2.1
- old
+ new
@@ -168,10 +168,10 @@
path = @locale_path.current_path(lang)
if path
charset = @output_charset || lang.charset || Locale.charset || "UTF-8"
- @mofiles[lang_key] = MOFile.open(path, charset)
+ @mofiles[lang_key] = MoFile.open(path, charset)
else
@mofiles[lang_key] = :empty
end
end
end