From 219447b9c89a27cc2bfc4193b8adc2eab7d46881 Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 25 Dec 2006 07:17:29 +0000 Subject: Feature Issue ID 0000527: Language localization - local.lang.php can be added to each language directory. Authorize your own translation to be keep over migrations. git-svn-id: http://piwigo.org/svn/trunk@1679 68402e56-0260-453c-a942-63ccdbb3a9ee --- install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'install.php') diff --git a/install.php b/install.php index d84b94600..0ab120a6c 100644 --- a/install.php +++ b/install.php @@ -184,6 +184,7 @@ if (!file_exists(PHPWG_ROOT_PATH.'language/'.$language.'/install.lang.php')) } include( './language/'.$language.'/common.lang.php' ); +// Never: @include( './language/'.$language.'/local.lang.php' ); include( './language/'.$language.'/admin.lang.php' ); include( './language/'.$language.'/install.lang.php' ); //----------------------------------------------------- template initialization -- cgit v1.2.3