Skip to content
Snippets Groups Projects
Commit 7588582c authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Fix wrong i18n balise

parent 8cefb639
Branches
Tags
No related merge requests found
Pipeline #
...@@ -89,8 +89,8 @@ ...@@ -89,8 +89,8 @@
<div class="contact"> <div class="contact">
<div class="columns is-marginless"> <div class="columns is-marginless">
<div class="column is-12 title is-size-7"> <div class="column is-12 title is-size-7">
<span i18n="dataset.info.questions">You have questions on this dataset,</span> <span i18n="@@dataset.info.questions">You have questions on this dataset, </span>
<a i18n="dataset.info.contactus" class="link-red" [routerLink]="['/', AppRoutes.contact.uri]" [queryParams]="{ subject: metadata.title }">contact us.</a> <a i18n="@@dataset.info.contactus" class="link-red" [routerLink]="['/', AppRoutes.contact.uri]" [queryParams]="{ subject: metadata.title }">contact us.</a>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -260,8 +260,8 @@ ...@@ -260,8 +260,8 @@
<target>Number of views (last 30 days)</target> <target>Number of views (last 30 days)</target>
</trans-unit> </trans-unit>
<trans-unit id="dataset.info.questions" datatype="html"> <trans-unit id="dataset.info.questions" datatype="html">
<source>You have questions on this dataset,</source> <source>You have questions on this dataset, </source>
<target>You have questions on this dataset,</target> <target>You have questions on this dataset, </target>
</trans-unit> </trans-unit>
<trans-unit id="dataset.info.contactus" datatype="html"> <trans-unit id="dataset.info.contactus" datatype="html">
<source>contact us.</source> <source>contact us.</source>
......
...@@ -268,8 +268,8 @@ ...@@ -268,8 +268,8 @@
<target>Nombre de vues (30 derniers jours)</target> <target>Nombre de vues (30 derniers jours)</target>
</trans-unit> </trans-unit>
<trans-unit id="dataset.info.questions" datatype="html"> <trans-unit id="dataset.info.questions" datatype="html">
<source>You have questions on this dataset,</source> <source>You have questions on this dataset, </source>
<target>Vous avez des questions sur ce jeu de données,</target> <target>Vous avez des questions sur ce jeu de données, </target>
</trans-unit> </trans-unit>
<trans-unit id="dataset.info.contactus" datatype="html"> <trans-unit id="dataset.info.contactus" datatype="html">
<source>contact us.</source> <source>contact us.</source>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment