From e2bfdf0388a447336d669c68cec6f3a3674e9a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 19 May 2013 14:59:45 +0000 Subject: Updating 3.en.lang. Fixing some php strings so that the extract2lang.php script can work them out (namely changing escaped single quotes to html '). Some translations may need to be adapted. --- tools/extract2lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/extract2lang.php b/tools/extract2lang.php index 9636f8c90..661836061 100644 --- a/tools/extract2lang.php +++ b/tools/extract2lang.php @@ -39,7 +39,7 @@ U; echo "ohai!\n"; -$path = 'en/3/download_index.php en/3/index.php'; +$path = 'en/3/download_index.php en/for-pc/index.php en/for-server/index.php en/3/index.php en/3/nav.php'; //$path = realpath(APP_ROOT . '/' . $path); $domain = '3'; -- cgit v1.2.1