From 659468ebf0197e682cc70629c3b538e793e765a2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Mar 2007 09:37:13 +0100 Subject: add php-gettext, i18n stuff --- tt-rss.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tt-rss.php') diff --git a/tt-rss.php b/tt-rss.php index fe7cc01ae..052a52523 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -2,6 +2,9 @@ error_reporting(E_ERROR | E_WARNING | E_PARSE); require_once "functions.php"; + + startup_gettext(); + require_once "sessions.php"; require_once "sanity_check.php"; require_once "version.php"; @@ -104,7 +107,7 @@ window.onload = init;