diff options
author | sajolida <sajolida@pimienta.org> | 2017-10-06 18:01:53 +0000 |
---|---|---|
committer | sajolida <sajolida@pimienta.org> | 2017-10-06 18:01:53 +0000 |
commit | 43ad0197d8bdc31cc4f1e5cfdf69d2bc8ce5bf4c (patch) | |
tree | a038eda9355588355d26c70d0ce7b36ffd8aafd5 /wiki/src/home.fr.po | |
parent | 8e07720c59dd750452748b620e7da2586a19348f (diff) |
Automatically fix all other references to 'donate#'
It was easier to do it with sed than to manually fix the important
missing ones, like the translations.
git grep -l 'donate#' | while read file ;
do sed -ri "s/donate#(.+)([^ \]])/donate?r=\1\2/g" $file ;
done
Diffstat (limited to 'wiki/src/home.fr.po')
-rw-r--r-- | wiki/src/home.fr.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki/src/home.fr.po b/wiki/src/home.fr.po index 3d46703..31321b5 100644 --- a/wiki/src/home.fr.po +++ b/wiki/src/home.fr.po @@ -62,8 +62,8 @@ msgstr "[[!inline pages=\"news.fr\" raw=\"yes\" sort=\"age\"]]" #~ "la valeur de Tails. Si vous aimez notre travail, prenez une minute pour " #~ "maintenir Tails en vie. Merci." -#~ msgid "[[Donate|donate#home]]" -#~ msgstr "[[Faire un don|donate#home]]" +#~ msgid "[[Donate|donate?r=home]]" +#~ msgstr "[[Faire un don|donate?r=home]]" #~ msgid "[[!meta title=\"News\"]]\n" #~ msgstr "[[!meta title=\"Nouvelles\"]]\n" |