+
+
=$user?>
=$data['email']?>
=§('evaluators-stats',$data['evaluated'])?>
@@ -281,7 +281,7 @@ class='w3-bar-item w3-right w3-button w3-margin w3-red'
diff --git a/bin/languages.php b/bin/languages.php
index 5efec83..18d3474 100644
--- a/bin/languages.php
+++ b/bin/languages.php
@@ -76,4 +76,14 @@ function §($item, ...$args) {
}
return $translatedString;
+}
+
+//RTL conversion
+$rtl = ['he', 'skr-arab'];
+$right = 'right';
+$left = 'left';
+if (in_array($lang, $rtl)) {
+ echo '';
+ $right = 'left';
+ $left = 'right';
}
\ No newline at end of file
diff --git a/bin/login.php b/bin/login.php
index 6bdfaf1..80e428b 100644
--- a/bin/login.php
+++ b/bin/login.php
@@ -177,7 +177,7 @@
class="w3-button w3-bar-item" >=§('login-graph')?>
- =$contest['name'];?>
+ =$contest['name'];?>
@@ -216,7 +216,7 @@ class="w3-button w3-margin-top w3-padding">
-
+