diff options
author | Filip Komar <filip@mageia.org> | 2013-04-03 16:52:36 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-04-03 16:52:36 +0000 |
commit | ee287686efe5f5f1376f6168b938d4c6a1dd86b5 (patch) | |
tree | c679f7ff3af5aa9be4e49a7a9f3c3d7f70db896d /en/about/constitution/index.php | |
parent | 2866b52472e4a0a15084d61067f14165971038ec (diff) | |
download | www-ee287686efe5f5f1376f6168b938d4c6a1dd86b5.tar www-ee287686efe5f5f1376f6168b938d4c6a1dd86b5.tar.gz www-ee287686efe5f5f1376f6168b938d4c6a1dd86b5.tar.bz2 www-ee287686efe5f5f1376f6168b938d4c6a1dd86b5.tar.xz www-ee287686efe5f5f1376f6168b938d4c6a1dd86b5.zip |
Ukrainian translation of Mageia Statutes added (by Yuri Chornoivan)
Diffstat (limited to 'en/about/constitution/index.php')
-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 889a15819..ae819c019 100644 --- a/en/about/constitution/index.php +++ b/en/about/constitution/index.php @@ -33,7 +33,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'))) { + if(in_array($l, array('en', 'fr', 'sl', 'tr', 'ro', 'de', 'pt-br', 'el', 'id', 'uk'))) { echo Markdown(file_get_contents('mageia.org_statutes_' . $l . '.md')); } else { echo Markdown(file_get_contents('mageia.org_statutes_en.md')); |