aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-16 01:02:57 +0000
committerDamien Lallement <dams@mageia.org>2011-02-16 01:02:57 +0000
commit4a269a63dd60fcb2f3fd86e72646fbca0d684335 (patch)
tree2dd0a18b6c680deecd8478479e45b474c860a283
parente8b4ad7e20e35822d3ae3122d57f1407233bf1f6 (diff)
downloadwww-4a269a63dd60fcb2f3fd86e72646fbca0d684335.tar
www-4a269a63dd60fcb2f3fd86e72646fbca0d684335.tar.gz
www-4a269a63dd60fcb2f3fd86e72646fbca0d684335.tar.bz2
www-4a269a63dd60fcb2f3fd86e72646fbca0d684335.tar.xz
www-4a269a63dd60fcb2f3fd86e72646fbca0d684335.zip
update blog list with pl and ru
-rw-r--r--lib/news.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/news.php b/lib/news.php
index f3160aee0..69f1eccb1 100644
--- a/lib/news.php
+++ b/lib/news.php
@@ -73,7 +73,9 @@ function get_news($locale = 'en', $count = 5, $cache_timeout = 5)
'pt' => 'http://blog.mageia.org/pt-br/', // @fixme => /pt/ once blog is moved
'ro' => 'http://blog.mageia.org/ro/',
'tr' => 'http://blog.mageia.org/tr/',
- /* missing: ru, pl, et, fi, lv, nb, nl, sl, zh-cn, zh-tw */
+ 'pl' => 'http://blog.mageia.org/pl/',
+ 'ru' => 'http://blog.mageia.org/ru/',
+ /* missing: et, fi, lv, nb, nl, sl, zh-cn, zh-tw */
);
if (!array_key_exists($locale, $news))