Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

fix translations bugs (french) #668

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/controllers/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public function renderRulesContent(): :xhp {

$page_header =
<header class="fb-section-header fb-container">
<h1 class="fb-glitch" data-text="Team Registration">
<h1 class="fb-glitch" data-text={tr("Team Registration")}>
{tr('Team Registration')}
</h1>
</header>;
Expand Down Expand Up @@ -595,7 +595,7 @@ class="fb-main page--team-registration full-height fb-scroll">

$page_header =
<header class="fb-section-header fb-container">
<h1 class="fb-glitch" data-text="Team Registration">
<h1 class="fb-glitch" data-text={tr("Team Registration")}>
{tr('Team Registration')}
</h1>
</header>;
Expand Down
2 changes: 2 additions & 0 deletions src/language/lang_fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@
'Connexion d\'équipe',
'Please login here. If you have not registered, you may do so by clicking "Sign Up" below. ' =>
'Connectez-vous ici. Si vous n\'êtes pas inscrit, vous pouvez le faire en cliquant sur "Inscription" ci-dessous. ',
'Register to play Capture The Flag with one of the options below. Once you select an option, you will be registered and logged in.' =>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing key
'Team Registration' =>

'Inscrivez-vous pour jouer à la capture de drapeau avec l\'une des options ci-dessous. Une fois que vous avez sélectionné une option, vous serez enregistré et connecté.',
'Team Login will be open soon, stay tuned!' =>
'La connexion d\'équipe sera bientôt ouverte, restez à l\'écoute!',
'ERROR' =>
Expand Down