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 --- include/common.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/common.inc.php') diff --git a/include/common.inc.php b/include/common.inc.php index 3fca4783d..2f160a4bb 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -149,6 +149,7 @@ if (defined('IN_ADMIN') and IN_ADMIN) { include_once(get_language_filepath('admin.lang.php')); } +@include_once(get_language_filepath('local.lang.php')); // only now we can set the localized username of the guest user (and not in // include/user.inc.php) @@ -243,4 +244,4 @@ if (isset($conf['header_notes'])) // default event handlers add_event_handler('render_comment_content', 'parse_comment_content'); trigger_action('init'); -?> \ No newline at end of file +?> -- cgit v1.2.3