Sha256: b71010cb08cd55740f7b0d4dd19820c8a00052a3c1f1037e2da469e50ff73670
Contents?: true
Size: 211 Bytes
Versions: 14
Compression:
Stored size: 211 Bytes
Contents
require 'gettext' class TestLib1 include GetText def initialize bindtextdomain("test1", "locale") end def test _("language") end def test_formatted_string _("one is %d.") % 1 end end
Version data entries
14 entries across 14 versions & 1 rubygems