test/testlib/gettext.rb in experteer-gettext-2.0.4.1 vs test/testlib/gettext.rb in experteer-gettext-2.0.4.2

- old
+ new

@@ -83,26 +83,9 @@ end def test_18 "<div>#{_('in_quote')}</div>" end - - def about - puts ( - # TRANSLATORS: This is a proper name. See the gettext - # manual, section Names. Note this is actually a non-ASCII - # name: The first name is (with Unicode escapes) - # "Fran\u00e7ois" or (with HTML entities) "Fran&ccedil;ois". - # Pronunciation is like "fraa-swa pee-nar". - # This is an example from GNU gettext documentation. - _("Francois Pinard")) - - puts ( - # This comment should not be extracted because it does - # not start with 'TRANSLATORS:' - _('self explaining')) - end - end module ActionController class Base end