stable

Clone or download

Read-only

refactor: Remove HTML from translation strings

Using HTML in translation strings is a bad practice and should be avoided whenever possible. Translators are not necessary HTML savvy. Furthermore it will help to prevent space typos around HTML tags in translation: ``` <span class=\"tlp-badge-secondary\"> Titre </span>seront ``` The word "seront" will end up glued to the badge. This contribution is limited to Search administration in document. No functional changes. Part of story #26766: smooth usage of Document search Change-Id: I4ce77f69c85be8952ef6208cf3d8b05846f45c6f

Modified Files

Name
M plugins/document/include/Config/Project/SearchView.php +7 −4 Go to diff View file
M plugins/document/include/Config/Project/search-view.mustache +7 −3 Go to diff View file
M plugins/document/site-content/fr_FR/LC_MESSAGES/tuleap-document.po +10 −14 Go to diff View file
M plugins/document/site-content/pt_BR/LC_MESSAGES/tuleap-document.po +8 −7 Go to diff View file