Skip to content

Fix old French link to translation tutorial

xHire requested to merge (removed):master into master

The original link:
a) is old (it is automatically redirected to the new one) and
b) changes user’s language to French. :c)

The changes were made automatically with the following script so all occurrences of the old link are replaced:

grep -Hr "index.php?fr/article267/translation-tutorial" . | cut -f 1 -d : | xargs -I{} sed -i -e "s@index.php?fr/article267/translation-tutorial@/article267/how-to-add-a-translation-or-a-correction@g" {}

(Any remarks are therefore easy to fix.)

Edited by xHire

Merge request reports