File: i18n-test.html

package info (click to toggle)
libpetal-perl 2.20-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,148 kB
  • sloc: perl: 4,712; xml: 726; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<html xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:domain="testdomain">
  <body>
    <p i18n:translate="hello, world">Hello, World</p>
  </body>
</html>