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
{{ _('Please try to log in / sign up first with') }} <ahref="{{ url('users.fxa_authentication_init') }}">{{ _('Firefox Accounts') }}</a>.
In Chinese (Taiwan) locale, the translation of the full line shall be:
請先試著使用 Firefox Accounts 登入 / 註冊
Please try using Firefox Accounts to login/sign up
Note that the first slice of sandwich is broken again into two parts in valid translation and the HTML in the center is out of localizer's control.
Usually we could move "login /register" into the last slice as a workaround in translation, but this is not possible as in this case, "Firefox Accounts" is reused in kitsune/sumo/jinja2/base.html:288 which may break other occurrences.
We have a sandwich string in
kitsune/kitsune/sumo/jinja2/handlers/403.html
Line 13 in 930dd63
In Chinese (Taiwan) locale, the translation of the full line shall be:
Note that the first slice of sandwich is broken again into two parts in valid translation and the HTML in the center is out of localizer's control.
Usually we could move "login /register" into the last slice as a workaround in translation, but this is not possible as in this case, "Firefox Accounts" is reused in
kitsune/sumo/jinja2/base.html:288
which may break other occurrences.Changes like 32dbed0#diff-83a46d54cc7cba6ca9b1d31f9d539614 should solve such issue.
The text was updated successfully, but these errors were encountered: