aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/locale/target/angular_fr_FR.xml2
-rwxr-xr-xscripts/i18n/pull-hook.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/locale/target/angular_fr_FR.xml b/client/src/locale/target/angular_fr_FR.xml
index cc0974e66..ab09ac7e2 100644
--- a/client/src/locale/target/angular_fr_FR.xml
+++ b/client/src/locale/target/angular_fr_FR.xml
@@ -4538,7 +4538,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4538 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. 4538 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.
4539 </source> 4539 </source>
4540 <target> 4540 <target>
4541 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;". 4541 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;"/>.
4542 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> 4542 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>
4543 <context-group name="null"> 4543 <context-group name="null">
4544 <context context-type="linenumber">4</context> 4544 <context context-type="linenumber">4</context>
diff --git a/scripts/i18n/pull-hook.sh b/scripts/i18n/pull-hook.sh
index 2a6b7f251..55a43fba4 100755
--- a/scripts/i18n/pull-hook.sh
+++ b/scripts/i18n/pull-hook.sh
@@ -2,7 +2,7 @@
2 2
3set -eu 3set -eu
4 4
5for i in $(seq 1 20); do 5for i in $(seq 1 200); do
6 # Angular does not like when there is not target element, so we create it with the same content than the source element 6 # Angular does not like when there is not target element, so we create it with the same content than the source element
7 perl -0pi -e 's#<source>([^<]+)</source>\s*<context-group #<source>\1</source><target>\1</target><context-group #g' client/src/locale/target/angular_*.xml 7 perl -0pi -e 's#<source>([^<]+)</source>\s*<context-group #<source>\1</source><target>\1</target><context-group #g' client/src/locale/target/angular_*.xml
8 8