From c8e6955057b05abd1e48b5bc1b1d696667119a84 Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 28 Apr 2015 21:34:18 +0200 Subject: separate date translations to prepare them for use on multiple pages --- en/community/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'en/community') diff --git a/en/community/index.php b/en/community/index.php index 782b6d0fb..c8b13dc2e 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -2,7 +2,9 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, 'community'); +$dictionary_1 = read_translation_file($locale, 'community'); +$dictionary_2 = read_translation_file($locale, 'news'); +$dictionary = array_merge($dictionary_1, $dictionary_2); include '../../lib/news.php'; ?> -- cgit v1.2.1