Skip to content

Translations issues

Marcelo Rivera requested to merge fix/ignore-urls-when-translating into master

Summary

This MR fixes two different issues:

  1. When translating to languages like Arabic, some characters in links were being replaced, thus making the link invalid.
  2. New lines weren't kept

Links are ignored by putting them inside a <span translate="no">, and new lines are kept by first replacing them with <br /> and replacing those tags back to new lines after translation

Closes front#3049 (closed) Closes front#3061 (closed)

Merge request reports