v3: minor locale fix
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s

This commit is contained in:
khannurien
2026-04-09 22:02:15 +00:00
parent 9c889a9531
commit 362967472c
5 changed files with 5 additions and 15 deletions

File diff suppressed because one or more lines are too long

View File

@@ -17,10 +17,6 @@ msgstr ""
msgid " Dump" msgid " Dump"
msgstr " Dump" msgstr " Dump"
#: src/components/AppHeader.tsx:71
msgid " New"
msgstr " New"
#: src/pages/UserDumps.tsx:114 #: src/pages/UserDumps.tsx:114
#: src/pages/UserPublicProfile.tsx:1332 #: src/pages/UserPublicProfile.tsx:1332
msgid " New dump" msgid " New dump"
@@ -160,10 +156,6 @@ msgstr "a post"
msgid "Account" msgid "Account"
msgstr "Account" msgstr "Account"
#: src/pages/UserPublicProfile.tsx:948
msgid "Add a bio…"
msgstr "Add a bio…"
#: src/components/CommentThread.tsx:479 #: src/components/CommentThread.tsx:479
msgid "Add a comment…" msgid "Add a comment…"
msgstr "Add a comment…" msgstr "Add a comment…"
@@ -1045,6 +1037,7 @@ msgid "What makes it worth it?"
msgstr "What makes it worth it?" msgstr "What makes it worth it?"
#: src/pages/UserPublicProfile.tsx:899 #: src/pages/UserPublicProfile.tsx:899
#: src/pages/UserPublicProfile.tsx:948
msgid "Who am I?" msgid "Who am I?"
msgstr "Who am I?" msgstr "Who am I?"

File diff suppressed because one or more lines are too long

View File

@@ -156,10 +156,6 @@ msgstr "une publication"
msgid "Account" msgid "Account"
msgstr "Compte" msgstr "Compte"
#: src/pages/UserPublicProfile.tsx:948
msgid "Add a bio…"
msgstr "Ajouter une bio…"
#: src/components/CommentThread.tsx:479 #: src/components/CommentThread.tsx:479
msgid "Add a comment…" msgid "Add a comment…"
msgstr "Ajouter un commentaire…" msgstr "Ajouter un commentaire…"
@@ -1041,6 +1037,7 @@ msgid "What makes it worth it?"
msgstr "Pourquoi on en voudrait ?" msgstr "Pourquoi on en voudrait ?"
#: src/pages/UserPublicProfile.tsx:899 #: src/pages/UserPublicProfile.tsx:899
#: src/pages/UserPublicProfile.tsx:948
msgid "Who am I?" msgid "Who am I?"
msgstr "Qui suis-je ?" msgstr "Qui suis-je ?"

View File

@@ -945,7 +945,7 @@ export function UserPublicProfile() {
) )
: ( : (
<div className="profile-description-empty"> <div className="profile-description-empty">
<Trans>Add a bio</Trans> <Trans>Who am I?</Trans>
</div> </div>
)} )}
{isOwnProfile && ( {isOwnProfile && (