mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #22927] [CLOSED] i18n: fix Name/Username label consistency across UI and French locales #114242
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/22927
Author: @EliotGodard
Created: 3/22/2026
Status: ❌ Closed
Base:
dev← Head:fix/i18n-name-username-label-consistency📝 Commits (1)
f4559f3i18n: fix Name/Username label consistency across UI and French locales📊 Changes
9 files changed (+14 additions, -14 deletions)
View changed files
📝
src/lib/components/admin/Users/Groups/Users.svelte(+1 -1)📝
src/lib/components/admin/Users/UserList.svelte(+1 -1)📝
src/lib/components/admin/Users/UserList/AddUserModal.svelte(+2 -2)📝
src/lib/components/admin/Users/UserList/EditUserModal.svelte(+2 -2)📝
src/lib/components/channel/ChannelInfoModal/UserList.svelte(+1 -1)📝
src/lib/components/chat/Settings/Account.svelte(+2 -2)📝
src/lib/i18n/locales/fr-CA/translation.json(+2 -2)📝
src/lib/i18n/locales/fr-FR/translation.json(+2 -2)📝
src/routes/auth/+page.svelte(+1 -1)📄 Description
Pull Request Checklist
devbranch.dev.i18nChangelog Entry
Description
Usernamei18n key already exists across locales, so this change leverages existing translations. Also corrects French (fr-FR, fr-CA) translations where "Name" was mistranslated as "Nom d'utilisateur" (Username) instead of "Nom" (Name), and where "Enter name" used an inappropriate possessive form.Changed
Fixed
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.