lib/i18n/backend/gettext.rb in i18n-0.3.6.pre vs lib/i18n/backend/gettext.rb in i18n-0.3.6

- old
+ new

@@ -1,9 +1,8 @@ # encoding: utf-8 -$:.unshift File.expand_path(File.dirname(__FILE__) + '/../../../vendor/') require 'i18n/gettext' -require 'po_parser' +require 'i18n/gettext/po_parser' # Experimental support for using Gettext po files to store translations. # # To use this you can simply include the module to the Simple backend - or # whatever other backend you are using.