Skip to content
Snippets Groups Projects
Commit 9fda4b72 authored by Georg Ringer's avatar Georg Ringer
Browse files

[BUGFIX] Remove linebreak in translation of site.base

As the linebreak is transformed into a br-tag, it must be removed from
the xlf file.

Resolves: #92438
Releases: master, 10.4
Change-Id: I0d22d116671081cc8973f458faa90ab697725a7c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65954


Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Tested-by: default avatarJosef Glatz <josefglatz@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarJosef Glatz <josefglatz@gmail.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent b1ca6469
Branches
Tags
No related merge requests found
......@@ -10,8 +10,7 @@
<source>This name will be used to create the configuration directory. Mind the recommendations for directory names (only a-z,0-9,_,-) and make it unique.</source>
</trans-unit>
<trans-unit id="site.base" resname="site.base">
<source>Main URL to call the frontend in default language. Can be https://www.example.com/ or just /, if it is just a / you cannot rely on TYPO3 creating
full URLs</source>
<source>Main URL to call the frontend in default language. Can be https://www.example.com/ or just /, if it is just a / you cannot rely on TYPO3 creating full URLs</source>
</trans-unit>
<trans-unit id="site.websiteTitle" resname="site.websiteTitle">
<source>The title of the website is used for the title tag in the frontend</source>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment