You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Did you search for similar issues before submitting this one?
no
Describe the issue you encountered:
In Transifex the string Click here to view the release notes. is divided into 3 parts. Click, here and to view the release notes..
In German this Sentence would naturally be translated to Hier klicken, um die Versionshighlights anzuzeigen,
alternatively it could be translated to Klicken Sie hier, um die Versionshighlights anzuzeigen.
Neither of those would work because of the way the string is split.
Thechnically there is a workaround with Wenn Sie hier klicken, werden die Versionshighlights angezeigt (When you klick here, the release notes will be shown), but I bet this isn't possible in many other languages.
So my point is, the string shouldn't be split, because oftentimes grammar differs too much between languages for that to work.
Brave Version (revision SHA):
0.14.2dev Preview 1
Steps to reproduce:
Go to about:brave
Look at strings 1083, 1084 and 1086 at Transifex
The text was updated successfully, but these errors were encountered:
Did you search for similar issues before submitting this one?
no
Describe the issue you encountered:
In Transifex the string
Click here to view the release notes.
is divided into 3 parts.Click
,here
andto view the release notes.
.In German this Sentence would naturally be translated to
Hier klicken, um die Versionshighlights anzuzeigen
,alternatively it could be translated to
Klicken Sie hier, um die Versionshighlights anzuzeigen
.Neither of those would work because of the way the string is split.
Thechnically there is a workaround with
Wenn Sie hier klicken, werden die Versionshighlights angezeigt
(When you klick here, the release notes will be shown
), but I bet this isn't possible in many other languages.So my point is, the string shouldn't be split, because oftentimes grammar differs too much between languages for that to work.
Brave Version (revision SHA):
0.14.2dev Preview 1
Steps to reproduce:
The text was updated successfully, but these errors were encountered: