Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Chameleon / src / chameleon / tests / inputs / 021-translation-domain.pt
Size: Mime:
<html>
  <body i18n:domain="old">
    <div i18n:domain="new" i18n:translate="">
      Hello world!
    </div>
    <div i18n:translate="">
      Hello world!
    </div>
    <div class="test" i18n:domain="new" i18n:attributes="class">
      Hello world!
    </div>
    <div class="test" i18n:domain="new" i18n:attributes="class test_msgid">
      Hello world!
    </div>
  </body>
</html>