v3: minor locale fix
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -17,10 +17,6 @@ msgstr ""
|
||||
msgid " Dump"
|
||||
msgstr " Dump"
|
||||
|
||||
#: src/components/AppHeader.tsx:71
|
||||
msgid " New"
|
||||
msgstr " New"
|
||||
|
||||
#: src/pages/UserDumps.tsx:114
|
||||
#: src/pages/UserPublicProfile.tsx:1332
|
||||
msgid " New dump"
|
||||
@@ -160,10 +156,6 @@ msgstr "a post"
|
||||
msgid "Account"
|
||||
msgstr "Account"
|
||||
|
||||
#: src/pages/UserPublicProfile.tsx:948
|
||||
msgid "Add a bio…"
|
||||
msgstr "Add a bio…"
|
||||
|
||||
#: src/components/CommentThread.tsx:479
|
||||
msgid "Add a comment…"
|
||||
msgstr "Add a comment…"
|
||||
@@ -1045,6 +1037,7 @@ msgid "What makes it worth it?"
|
||||
msgstr "What makes it worth it?"
|
||||
|
||||
#: src/pages/UserPublicProfile.tsx:899
|
||||
#: src/pages/UserPublicProfile.tsx:948
|
||||
msgid "Who am I?"
|
||||
msgstr "Who am I?"
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -156,10 +156,6 @@ msgstr "une publication"
|
||||
msgid "Account"
|
||||
msgstr "Compte"
|
||||
|
||||
#: src/pages/UserPublicProfile.tsx:948
|
||||
msgid "Add a bio…"
|
||||
msgstr "Ajouter une bio…"
|
||||
|
||||
#: src/components/CommentThread.tsx:479
|
||||
msgid "Add a comment…"
|
||||
msgstr "Ajouter un commentaire…"
|
||||
@@ -1041,6 +1037,7 @@ msgid "What makes it worth it?"
|
||||
msgstr "Pourquoi on en voudrait ?"
|
||||
|
||||
#: src/pages/UserPublicProfile.tsx:899
|
||||
#: src/pages/UserPublicProfile.tsx:948
|
||||
msgid "Who am I?"
|
||||
msgstr "Qui suis-je ?"
|
||||
|
||||
|
||||
@@ -945,7 +945,7 @@ export function UserPublicProfile() {
|
||||
)
|
||||
: (
|
||||
<div className="profile-description-empty">
|
||||
<Trans>Add a bio…</Trans>
|
||||
<Trans>Who am I?</Trans>
|
||||
</div>
|
||||
)}
|
||||
{isOwnProfile && (
|
||||
|
||||
Reference in New Issue
Block a user