Fix french translations in signup page
authorChocobozzz <me@florianbigard.com>
Tue, 22 Oct 2019 07:48:37 +0000 (09:48 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 22 Oct 2019 07:48:37 +0000 (09:48 +0200)
client/src/locale/target/angular_fr_FR.xml
scripts/i18n/pull-hook.sh

index cc0974e667074b40184e5f8fc0a0e7b28920b1ee..ab09ac7e2d5da09e6fe64a0a382c19334d19fe87 100644 (file)
@@ -4538,7 +4538,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
       For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
     </source>
         <target>
-      Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/&gt;".
+      Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>.
       Par exemple, vous pourriez décider d'avoir une chaîne pour publier vos concerts de piano et une autre chaîne pour publier vos vidéos sur l'écologie.</target>
         <context-group name="null">
           <context context-type="linenumber">4</context>
index 2a6b7f251168fda5fb56a07500e5d5c9c892dcfb..55a43fba4b3bdb66c67175151c46f680c6fa1c5a 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -eu
 
-for i in $(seq 1 20); do
+for i in $(seq 1 200); do
     # Angular does not like when there is not target element, so we create it with the same content than the source element
     perl -0pi -e 's#<source>([^<]+)</source>\s*<context-group #<source>\1</source><target>\1</target><context-group #g' client/src/locale/target/angular_*.xml