aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorRémi Verschelde <akien@mageia.org>2013-11-01 10:20:00 +0000
committerRémi Verschelde <akien@mageia.org>2013-11-01 10:20:00 +0000
commit328ff46948c813f9b5da40d220f3ace6b4ff5061 (patch)
tree725cc3c97cfafcd6e480c82608542476a90c735b /en
parentd11cec24568465bad37e7d559ce1291bd0e43909 (diff)
downloadwww-328ff46948c813f9b5da40d220f3ace6b4ff5061.tar
www-328ff46948c813f9b5da40d220f3ace6b4ff5061.tar.gz
www-328ff46948c813f9b5da40d220f3ace6b4ff5061.tar.bz2
www-328ff46948c813f9b5da40d220f3ace6b4ff5061.tar.xz
www-328ff46948c813f9b5da40d220f3ace6b4ff5061.zip
Enable use of Spanish translation of the statutes
Diffstat (limited to 'en')
-rw-r--r--en/about/constitution/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/constitution/index.php b/en/about/constitution/index.php
index 272628288..00bcb49f9 100644
--- a/en/about/constitution/index.php
+++ b/en/about/constitution/index.php
@@ -35,7 +35,7 @@ _lang_load($locale, "about/constitution");
<?php
include G_APP_ROOT . '/lib/php-markdown/markdown.php';
$l = isset($_GET['l']) ? $_GET['l'] : $locale;
- if(in_array($l, array('en', 'fr', 'sl', 'tr', 'ro', 'de', 'pt-br', 'el', 'id', 'uk', 'ru'))) {
+ if(in_array($l, array('en', 'fr', 'sl', 'tr', 'ro', 'de', 'pt-br', 'el', 'id', 'uk', 'ru', 'es'))) {
echo Markdown(file_get_contents('mageia.org_statutes_' . $l . '.md'));
} else {
echo Markdown(file_get_contents('mageia.org_statutes_en.md'));