From ba779f861bb405b930987ac0acf1824b8c65ad61 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 30 Nov 2010 09:19:31 +0000 Subject: --- lib/news.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/news.php b/lib/news.php index 70032009d..7bb89e0c5 100644 --- a/lib/news.php +++ b/lib/news.php @@ -61,11 +61,10 @@ function get_news($locale = 'en', $count = 5, $cache_timeout = 5) 'de' => 'http://blog.mageia.org/de/', 'el' => 'http://blog.mageia.org/el/', 'it' => 'http://blog.mageia.org/it/', - 'pl' => 'http://blog.mageia.org/', //'http://blog.mageia.org/pl/', - 'pt' => 'http://blog.mageia.org/pt-br/', + 'pt' => 'http://blog.mageia.org/pt-br/', // @fixme => /pt/ once blog is moved 'ro' => 'http://blog.mageia.org/ro/', - 'ru' => 'http://blog.mageia.org/' , //'http://blog.mageia.org/ru/', - 'tr' => 'http://blog.mageia.org/tr/' + 'tr' => 'http://blog.mageia.org/tr/', + /* missing: ru, pl, et, fi, lv, nb, nl, sl, zh-cn, zh-tw */ ); if (!array_key_exists($locale, $news)) -- cgit v1.2.1