DeCysos
Phoenix Foto Service
▶🚶Reproduction steps
📃Problem
1.
Missing translation in at least one language. At least in German. (de.po)
File:
Variable:
Contain variables in the following languages:
[CODE title="de.po" highlight="3"]#, php-format
msgid "You can also %s."
msgstr "Sie können auch die %s"[/CODE]
2.
Missing translations of the social buttons
File:
Variable:
[CODE lang="php" title="My current solution"] $tpl = '<a class="social-button social-button--%s" href="%u"><span class="icon icon-%s"> </span><span class="text">'._s('Continue with ').'%l</span></a>';[/CODE]
- https://youredomain/signup or login
📃Problem
1.
Missing translation in at least one language. At least in German. (de.po)
File:
/app/themes/Peafowl/views/signup.php
Row 17Variable:
You can also %s.
Contain variables in the following languages:
- cs, es, fr, he, it, ja, nl, tr, zn-CN
[CODE title="de.po" highlight="3"]#, php-format
msgid "You can also %s."
msgstr "Sie können auch die %s"[/CODE]
2.
Missing translations of the social buttons
File:
/app/themes/Peafowl/snippets/quickty/login_sozial.php
Row: 14Variable:
Continue with %l
[CODE lang="php" title="My current solution"] $tpl = '<a class="social-button social-button--%s" href="%u"><span class="icon icon-%s"> </span><span class="text">'._s('Continue with ').'%l</span></a>';[/CODE]
Last edited: