]> git.sesse.net Git - ccbs/blobdiff - html/templates/index.tmpl
Shape text using Pango and HarfBuzz; gives us nice ligatures and exotic scripts.
[ccbs] / html / templates / index.tmpl
index 42f47c184242ac433027131f3c342ec22c1d9434..58806e1866608cf0ae99bd066ee7a2d8eb4b8c1d 100644 (file)
   </ul>
 </div>
 [% END %]
+
+<h2>Language support</h2>
+
+<div>
+  <p>You can select a different language if you'd like to. Note that this
+    feature requires cookie support in your web browser.</p>
+
+  <ul>
+    <li><a href="do-set-language.pl?lang=en_US">English</a></li>
+    <li><a href="do-set-language.pl?lang=nb_NO">Norwegian bokmal</a></li>
+    <li><a href="do-set-language.pl?lang=nn_NO">Norwegian nynorsk</a></li>
+  </ul>
+</div>