kopia lustrzana https://github.com/cheeaun/phanpy
Add missing translations
rodzic
7bf5fe6e96
commit
01bfb8084f
|
@ -1397,8 +1397,8 @@ function RelatedActions({
|
|||
>
|
||||
<Icon icon="endorsement" />
|
||||
{endorsed
|
||||
? "Don't feature on profile"
|
||||
: 'Feature on profile'}
|
||||
? t`Don't feature on profile`
|
||||
: t`Feature on profile`}
|
||||
</MenuItem>
|
||||
)}
|
||||
{showEndorsements &&
|
||||
|
|
|
@ -309,6 +309,15 @@ msgstr "Unable to unfeature @{username} on your profile."
|
|||
msgid "Unable to feature @{username} on your profile."
|
||||
msgstr "Unable to feature @{username} on your profile."
|
||||
|
||||
#: src/components/account-info.jsx:1400
|
||||
msgid "Don't feature on profile"
|
||||
msgstr "Don't feature on profile"
|
||||
|
||||
#: src/components/account-info.jsx:1401
|
||||
#: src/pages/hashtag.jsx:331
|
||||
msgid "Feature on profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/account-info.jsx:1410
|
||||
msgid "Show featured profiles"
|
||||
msgstr "Show featured profiles"
|
||||
|
@ -3188,10 +3197,6 @@ msgstr ""
|
|||
msgid "Featured on profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/hashtag.jsx:331
|
||||
msgid "Feature on profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/hashtag.jsx:396
|
||||
msgid "{TOTAL_TAGS_LIMIT, plural, other {Max # tags}}"
|
||||
msgstr ""
|
||||
|
|
Ładowanie…
Reference in New Issue