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 / 041-translate-nested-names.pt
Size: Mime:
<html>
  <body>
    <div i18n:translate="">
      Hello
      <tal:nested condition="True">
        <span i18n:name="world">world!</span>
      </tal:nested>
    </div>
    <div i18n:translate="hello">
      Hello
      <tal:nested condition="True">
        <span i18n:name="world">world!</span>
      </tal:nested>
    </div>
    <div i18n:translate="">
      Goodbye
      <tal:nested condition="False">
        <span i18n:name="world">world!</span>
      </tal:nested>
    </div>
  </body>
</html>