diff options
author | filip <filip.komar@gmail.com> | 2018-09-29 23:41:57 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2018-09-29 23:41:57 +0200 |
commit | b16999c89f4935076ac8842b7d34a970c90f95c5 (patch) | |
tree | 6f908617c9d10ae83d87d000288492713bc1d55d /en | |
parent | 2cbbceb29c9f4bf16714f49ed24f8df75af20561 (diff) | |
download | www-b16999c89f4935076ac8842b7d34a970c90f95c5.tar www-b16999c89f4935076ac8842b7d34a970c90f95c5.tar.gz www-b16999c89f4935076ac8842b7d34a970c90f95c5.tar.bz2 www-b16999c89f4935076ac8842b7d34a970c90f95c5.tar.xz www-b16999c89f4935076ac8842b7d34a970c90f95c5.zip |
preparing i18n for mga6.1. part1
Diffstat (limited to 'en')
-rwxr-xr-x | en/index.php | 2 | ||||
-rw-r--r-- | en/timeline/index.php | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/en/index.php b/en/index.php index f663be13a..2bf892faa 100755 --- a/en/index.php +++ b/en/index.php @@ -278,7 +278,7 @@ $dictionary = read_translation_file($locale, array('index', 'news', 'common_foot <span id="dl-btn-mageia">Mageia</span> <span style="font-size: 32px; color: green; float: right;"></span> - <span class="dl-btn free-dl"><?php _g('Mageia 6'); ?></span> + <span class="dl-btn free-dl"><?php _g('Mageia 6'); // _g('Mageia 6.1'); ?></span> <span class="dl-btn"><?php _g('released in July 2017'); ?></span> </a> diff --git a/en/timeline/index.php b/en/timeline/index.php index 093d97d02..522a90aa1 100644 --- a/en/timeline/index.php +++ b/en/timeline/index.php @@ -36,6 +36,9 @@ function list_events($events = array()) } $events = array( + /*_r('2018') => array( + _r('October') => array(sprintf(_r('<a href=%s>Mageia 6</a> updated to 6.1.'), '"../6/"')), + ), /**/ _r('2017') => array( _r('July') => array(sprintf(_r('<a href=%s>Mageia 6</a> is released.'), '"../6/"')), _r('February') => array(_r('Seventh General Assembly during FOSDEM in Brussels, Belgium.')), |