Fix the WhatIsWrongWithSystemWide URL
authorAlexander E. Patrakov <patrakov@gmail.com>
Sat, 29 Nov 2014 16:09:30 +0000 (21:09 +0500)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Mon, 29 Dec 2014 13:41:27 +0000 (15:41 +0200)
commit01ae1c1f881e30c6c51be50f067d426e9b1654d8
treef7691481ba30ddb4f132a9a3595e52228e938df8
parent6e4e8621a6f479b1d6dd640049c5d929aff1076a
Fix the WhatIsWrongWithSystemWide URL

Pavel Machek reported in his blog that our message about the system mode
has a dead link in it. And this link is also present in translations.
So, I replaced it in the source and fixed all translations using a script:

for a in po/*.po ; do msgcat --no-wrap $a | sed
's@http://pulseaudio.org/wiki/WhatIsWrongWithSystemMod
@http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode @g' | sed
's@http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode@http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/@g'
| sed 's@/\.@/ .@g' | sed 's@/,@/ ,@g' | msgcat - > $a.new

git add -i  # to filter out formatting changes

The "/." and "/," replacements are needed so that various terminal
emulators don't include the trailing "." or "," into the clickable URL.

The resulting patch is attached, just in case, in order to avoid
damaging non-ASCII characters.

--
Alexander E. Patrakov

>From 7dcd197571840e467d688f0f7354253730bbcc15 Mon Sep 17 00:00:00 2001
From: "Alexander E. Patrakov" <patrakov@gmail.com>
Date: Sat, 29 Nov 2014 20:56:27 +0500
Subject: [PATCH] Fix the WhatIsWrongWithSystemWide URL

Reported by Pavel Machek in http://pavelmachek.livejournal.com/126190.html

All translations were also fixed using a script.

Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com>
37 files changed:
po/as.po
po/bn_IN.po
po/ca.po
po/cs.po
po/de.po
po/de_CH.po
po/el.po
po/es.po
po/fi.po
po/fr.po
po/gu.po
po/he.po
po/hi.po
po/hu.po
po/id.po
po/it.po
po/ja.po
po/kn.po
po/ml.po
po/mr.po
po/nl.po
po/or.po
po/pa.po
po/pl.po
po/pt.po
po/pt_BR.po
po/ru.po
po/sk.po
po/sr.po
po/sr@latin.po
po/sv.po
po/ta.po
po/te.po
po/uk.po
po/zh_CN.po
po/zh_TW.po
src/daemon/main.c