sozialhelden / wheelmap-classic

:wheelchair: Legacy "classic" wheelmap.org (deprecated)
http://www.wheelmap.org
GNU Affero General Public License v3.0
47 stars 16 forks source link

URL are broken in french locale #663

Open pyrog opened 6 years ago

pyrog commented 6 years ago

In /config/locales/fr/relaunch.yml#L152

      show:
        title: Aperçu
        text_html: "Vous pouvez parcourir notre <a href=\\\"http://news.wheelmap.org/en/\\\">Blog</a>"

Should be:

      show:
        title: Aperçu
        text_html: "Vous pouvez parcourir notre <a href=\"http://news.wheelmap.org/en/\">Blog</a>"