aboutsummaryrefslogtreecommitdiffstats
path: root/en/contribute/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/contribute/index.php')
-rw-r--r--en/contribute/index.php12
1 files changed, 8 insertions, 4 deletions
diff --git a/en/contribute/index.php b/en/contribute/index.php
index e9bf8ea13..ea10fea31 100644
--- a/en/contribute/index.php
+++ b/en/contribute/index.php
@@ -4,9 +4,10 @@ define('HLANG', true);
define('ALIGNMENT', 'Center');
require '../../langs.php';
$dictionary = read_translation_file($locale, array('contribute', 'common_footer'));
+$rtl = is_locale_rtl($locale);
?><!DOCTYPE html>
-<html lang="<?php echo $locale; ?>">
+<html <?php echo $rtl ? 'dir="rtl"' : 'dir="ltr"'?> lang="<?php echo $locale; ?>">
<head>
<meta charset="utf-8">
<title><?php _g('Contribute to Mageia')?></title>
@@ -18,10 +19,10 @@ $dictionary = read_translation_file($locale, array('contribute', 'common_footer'
<?php echo common_header(); ?>
<link rel="canonical" href="/<?php echo $locale; ?>/contribute/">
</head>
-<body id="top" class="contribute">
+<body id="top" class="contribute" <?php echo $rtl ? 'style="text-align: right;"' : ''?>>
<?php echo $hsnav; ?>
<h1 id="mgnavtitle"><?php _g('Contribute to Mageia')?></h1>
- <div id="doc5" class="yui-t7" style="margin-bottom: 0px;">
+ <div id="doc5" class="yui-t7" style="margin-bottom: 0px; <?php echo $rtl ? 'text-align: right;"' : ''?>">
<div class="row">
<div class="para bb1" style="padding-top: 2em;">
<p><?php _g('Many people from all over the world gather to build Mageia &ndash; a Linux-based operating system <em>and</em> a <a href="../about/code-of-conduct/">lively, fun community</a> for <a href="../about/values/">building Free Software projects</a>.')?></p>
@@ -66,7 +67,10 @@ $dictionary = read_translation_file($locale, array('contribute', 'common_footer'
</li>
<li id="triage">
<h3><a href="https://wiki.mageia.org/en/Bug_Squad"><?php _g('Triaging')?></a></h3>
- <p><?php _g('Bugs happen! And some get reported. So, logically they need to be triaged to make the task of the packagers/developers fixing them easier: validation (is the bug reproducible?), collecting the needed debugging info from the reporter, assigning the report properly. <a href="https://wiki.mageia.org/en/Bug_Squad">Grow the Triage team</a> and be the link between users who report bugs in the forums or mailing-lists, and the <a href="https://bugs.mageia.org/">Mageia Bugzilla</a> used by developers.')?></p>
+ <p><?php _g('Bugs happen! And some get reported. So, logically they need to be triaged to make the task of the packagers/developers fixing them easier: validation (is the bug reproducible?), collecting the needed debugging info from the reporter, assigning the report properly.', null, ' ');
+ _g("Our %sBug Squad%s takes care of that and more, grow this team and play an essential part in %sMageia's bug%s solving.",
+ array('<a href="' . _r('https://wiki.mageia.org/en/Bug_Squad') . '">', '</a>',
+ '<a href="https://bugs.mageia.org/">', '</a>'))?></p>
</li>
<li id="qa">
<h3><a href="https://wiki.mageia.org/en/QA_Team"><?php _g('Testing &amp; <abbr title="Quality Assurance">QA</abbr>')?></a></h3>