Signed-off-by: Callan Barrett <[EMAIL PROTECTED]>
---
web/html/tu.php | 2 +-
web/lang/tu_po.inc | 4 ++++
2 files changed, 5 insertions(+), 1 deletions(-)
create mode 100644 web/lang/tu_po.inc
diff --git a/web/html/tu.php b/web/html/tu.php
index e2e44b7..67ac3f2 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 0000000..00f603a
--- /dev/null
+++ b/web/lang/tu_po.inc
@@ -0,0 +1,4 @@
+<?php
+
+include_once("translator.inc");
+global $_t;
--
1.6.0.2