aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-10-22 09:48:37 +0200
committerChocobozzz <me@florianbigard.com>2019-10-22 09:48:37 +0200
commit009d581e2df3ea865c052f69001a33876c3fd945 (patch)
tree9a76c48038cb640d726c5682c5831288e02b67b7 /scripts/i18n
parente39cfd1d9136a3378aa9f628c7bbd5d8bf556816 (diff)
downloadPeerTube-009d581e2df3ea865c052f69001a33876c3fd945.tar.gz
PeerTube-009d581e2df3ea865c052f69001a33876c3fd945.tar.zst
PeerTube-009d581e2df3ea865c052f69001a33876c3fd945.zip
Fix french translations in signup page
Diffstat (limited to 'scripts/i18n')
-rwxr-xr-xscripts/i18n/pull-hook.sh2
1 files changed, 1 insertions, 1 deletions
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