Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4eaabeea authored by ROSPARS Benoit's avatar ROSPARS Benoit
Browse files

Merge branch 'master' into 'master'

Missing translation again

See merge request !5
parents 7a9bf387 023f80f4
No related branches found
No related tags found
1 merge request!5Missing translation again
Pipeline #292875 passed
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<div class="instructions-panel-left"> <div class="instructions-panel-left">
<div class="instructions-panel-left-header"> <div class="instructions-panel-left-header">
<h4>{{ category1 }}</h4> <h4>{{i18n category1 }}</h4>
<span class="validation"></span> <span class="validation"></span>
</div> </div>
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<div class="dataset-images-grid category1-images-grid category-images-grid" ></div> <div class="dataset-images-grid category1-images-grid category-images-grid" ></div>
<div class="instructions-panel-left-header"> <div class="instructions-panel-left-header">
<h4>{{ category2 }}</h4> <h4>{{i18n category2 }}</h4>
<span class="validation"></span> <span class="validation"></span>
</div> </div>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div class="instructions-panel-left"> <div class="instructions-panel-left">
<div class="instructions-panel-left-header"> <div class="instructions-panel-left-header">
<h4>{{ category1 }}</h4> <h4>{{i18n category1 }}</h4>
<span class="validation"></span> <span class="validation"></span>
</div> </div>
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<div class="dataset-images-grid category1-images-grid category-images-grid" ></div> <div class="dataset-images-grid category1-images-grid category-images-grid" ></div>
<div class="instructions-panel-left-header"> <div class="instructions-panel-left-header">
<h4>{{ category2 }}</h4> <h4>{{i18n category2 }}</h4>
<span class="validation"></span> <span class="validation"></span>
</div> </div>
......
...@@ -51,6 +51,8 @@ ...@@ -51,6 +51,8 @@
"Testons notre premier programme avec des images qu’il n’a jamais vues !": "Let's test our first program using images it has never seen!", "Testons notre premier programme avec des images qu’il n’a jamais vues !": "Let's test our first program using images it has never seen!",
"Prendre ou importer de nouvelles images correspondant à l’une des deux catégories et cliquer sur ": "Take or import new images fitting one of the two categories and then click on ", "Prendre ou importer de nouvelles images correspondant à l’une des deux catégories et cliquer sur ": "Take or import new images fitting one of the two categories and then click on ",
"Conclusion": "Conclusion", "Conclusion": "Conclusion",
"Valider": "Validate",
"Entraîner": "Learn",
"Bluffant ! mais ça sert à quoi ?": "Amazing! But what is it for?", "Bluffant ! mais ça sert à quoi ?": "Amazing! But what is it for?",
"Production et réalisation": "Production and Direction", "Production et réalisation": "Production and Direction",
"Magic Makers pour Class’Code IAI.": "Magic Makers for Class’Code.", "Magic Makers pour Class’Code IAI.": "Magic Makers for Class’Code.",
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<!-- Nom de la première catégorie --> <!-- Nom de la première catégorie -->
<div class="instructions-panel-left-header"> <div class="instructions-panel-left-header">
<h4>{{ category1 }}</h4> <h4>{{i18n category1 }}</h4>
<span class="validation"></span> <span class="validation"></span>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment