Add missing translations

pull/1164/head
Lim Chee Aun 2025-05-18 22:42:31 +08:00
rodzic 7bf5fe6e96
commit 01bfb8084f
2 zmienionych plików z 11 dodań i 6 usunięć

Wyświetl plik

@ -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 &&

13
src/locales/en.po wygenerowano
Wyświetl plik

@ -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 ""