diff options
author | filip <filip.komar@gmail.com> | 2014-10-08 19:47:41 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2014-10-08 19:47:41 +0200 |
commit | 3c2c22c6530603218a73e12287cc3c86de5f001d (patch) | |
tree | a249247e31893ba3c55767e143daa8dac94e0587 /en | |
parent | 1ed127f8276e1a3b82365ebd5d4b1615d8fce958 (diff) | |
download | www-3c2c22c6530603218a73e12287cc3c86de5f001d.tar www-3c2c22c6530603218a73e12287cc3c86de5f001d.tar.gz www-3c2c22c6530603218a73e12287cc3c86de5f001d.tar.bz2 www-3c2c22c6530603218a73e12287cc3c86de5f001d.tar.xz www-3c2c22c6530603218a73e12287cc3c86de5f001d.zip |
added constitution in Basque language
Diffstat (limited to 'en')
-rw-r--r-- | en/about/constitution/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/constitution/index.php b/en/about/constitution/index.php index 21eef210f..177e25fa8 100644 --- a/en/about/constitution/index.php +++ b/en/about/constitution/index.php @@ -34,7 +34,7 @@ $dictionary = read_translation_file($locale, "about/constitution"); <div class="para"> <?php include G_APP_ROOT . '/lib/php-markdown/markdown.php'; - if(in_array($locale, array('en', 'fr', 'sl', 'tr', 'ro', 'de', 'pt-br', 'el', 'id', 'uk', 'ru', 'es'))) { + if(in_array($locale, array('en', 'fr', 'sl', 'tr', 'ro', 'de', 'pt-br', 'el', 'id', 'uk', 'ru', 'es', 'eu'))) { echo Markdown(file_get_contents('mageia.org_statutes_' . $locale . '.md')); } else { echo Markdown(file_get_contents('mageia.org_statutes_en.md')); |