aboutsummaryrefslogtreecommitdiffstats
path: root/en/community
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2015-04-28 21:34:18 +0200
committerfilip <filip.komar@gmail.com>2015-04-28 21:34:18 +0200
commitc8e6955057b05abd1e48b5bc1b1d696667119a84 (patch)
tree452f4af489162780822b502dafae80797095d9cc /en/community
parente415724da362582d4de714f7ce2baf958b88ef10 (diff)
downloadwww-c8e6955057b05abd1e48b5bc1b1d696667119a84.tar
www-c8e6955057b05abd1e48b5bc1b1d696667119a84.tar.gz
www-c8e6955057b05abd1e48b5bc1b1d696667119a84.tar.bz2
www-c8e6955057b05abd1e48b5bc1b1d696667119a84.tar.xz
www-c8e6955057b05abd1e48b5bc1b1d696667119a84.zip
separate date translations to prepare them for use on multiple pages
Diffstat (limited to 'en/community')
-rw-r--r--en/community/index.php4
1 files changed, 3 insertions, 1 deletions
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';
?>