diff options
author | Claire Revillet <grenoya@zarb.org> | 2014-07-10 22:12:44 +0200 |
---|---|---|
committer | Claire Revillet <grenoya@zarb.org> | 2014-07-10 22:12:44 +0200 |
commit | e23af741fc973e3767c7aef81b357bb91d2f7715 (patch) | |
tree | 7c82c313ffd862b061398f8dcd38bacb3de3a667 | |
parent | 012ff99f4628aac19162ebde68c41db73a8056e1 (diff) | |
download | www-e23af741fc973e3767c7aef81b357bb91d2f7715.tar www-e23af741fc973e3767c7aef81b357bb91d2f7715.tar.gz www-e23af741fc973e3767c7aef81b357bb91d2f7715.tar.bz2 www-e23af741fc973e3767c7aef81b357bb91d2f7715.tar.xz www-e23af741fc973e3767c7aef81b357bb91d2f7715.zip |
- allow TR for MCC doc
-rw-r--r-- | en/doc/doc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/doc/doc.php b/en/doc/doc.php index d0cb4f150..b2b358a5b 100644 --- a/en/doc/doc.php +++ b/en/doc/doc.php @@ -1,7 +1,7 @@ <?php $documentation['installer' ][4] = array('ca','cs','de','el','en','eo','es','et','fr','id','nl','pl','pt_br','ro','ru','sv','tr','uk'); -$documentation['control_center'][4] = array('en','et','fr','ru','uk'); +$documentation['control_center'][4] = array('en','et','fr','ru','tr','uk'); $documentation['installer' ][3] = array('de','el','en','es','et','fr','nl','pt_br','ru','uk'); $documentation['control_center'][3] = array('en','et','fr'); |