Sha256: 87281a34bfbfe01b546e5e099edef4c39eaafc4f2282cefd7a208fd5a5165f94
Contents?: true
Size: 219 Bytes
Versions: 38
Compression:
Stored size: 219 Bytes
Contents
# -*- coding: utf-8 -*- require 'gettext' class Simple include GetText bindtextdomain("test1", :path => "locale") def test _("language") end def test_formatted_string _("one is %d.") % 1 end end
Version data entries
38 entries across 38 versions & 1 rubygems