summary refs log tree commit diff
path: root/t/lib/views
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-04-25 22:08:50 +0200
committerfranck cuny <franck@lumberjaph.net>2010-04-25 22:08:50 +0200
commitb03e09d01466a7e720c0c16c4319a3853b29005c (patch)
tree2c8193d9c379d9394fd2c4b911ddf788c9cd5c70 /t/lib/views
parentlanguages method to set various languages; l method to localize some text; POD (diff)
downloaddancer-plugin-i18n-b03e09d01466a7e720c0c16c4319a3853b29005c.tar.gz
a simple application to test
Diffstat (limited to '')
-rw-r--r--t/lib/views/index.tt3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/lib/views/index.tt b/t/lib/views/index.tt
new file mode 100644
index 0000000..8260dab
--- /dev/null
+++ b/t/lib/views/index.tt
@@ -0,0 +1,3 @@
+first we got <% l('hello') %>
+<% languages('de') %>
+then we have <% l('hello') %>