summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCallan Barrett <wizzomafizzo@gmail.com>2008-10-07 22:00:00 +0200
committerCallan Barrett <wizzomafizzo@gmail.com>2008-10-07 22:02:37 +0200
commit2d49849e2cebc9014c9c1d8f009b7397c3fd8269 (patch)
tree7d5b12f05a30a64c5d236226f134b07fb8d40914
parent78ace0914eb6a8c6cc39306ab586ab741aa25187 (diff)
downloadaur-2d49849e2cebc9014c9c1d8f009b7397c3fd8269.tar.gz
aur-2d49849e2cebc9014c9c1d8f009b7397c3fd8269.tar.xz
Setup translation files for tu.php
Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
-rw-r--r--web/html/tu.php2
-rw-r--r--web/lang/tu_po.inc4
2 files changed, 5 insertions, 1 deletions
diff --git a/web/html/tu.php b/web/html/tu.php
index e2e44b77..67ac3f2f 100644
--- a/web/html/tu.php
+++ b/web/html/tu.php
@@ -2,7 +2,7 @@
set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang');
-include("pkgfuncs_po.inc");
+include("tu_po.inc");
include("aur.inc");
set_lang();
check_sid();
diff --git a/web/lang/tu_po.inc b/web/lang/tu_po.inc
new file mode 100644
index 00000000..00f603a3
--- /dev/null
+++ b/web/lang/tu_po.inc
@@ -0,0 +1,4 @@
+<?php
+
+include_once("translator.inc");
+global $_t;