]> git.sesse.net Git - wloh/blobdiff - templates/scenario.en.xml
Support translation of templates via po4a. Add an English translation as an example.
[wloh] / templates / scenario.en.xml
diff --git a/templates/scenario.en.xml b/templates/scenario.en.xml
new file mode 100644 (file)
index 0000000..27aed09
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE
+  html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="no" xmlns:t="http://template.sesse.net/">
+  <head>
+    <title>WLoH ranking probability calculation</title>
+    <link rel="stylesheet" href="style" type="text/css" />
+  </head>
+  <body>
+    <p>Scenario where <strong t:id="nick" /> ends in <strong t:id="rank" /> place:</p>
+    <ul t:id="results">
+      <li><t:player-1 /> – <t:player-2 />: <t:result /></li>
+    </ul>
+  </body>
+</html>