Changeset 7c44c12 in Klonkt for src/services/i18n.js


Ignore:
Timestamp:
06/24/2026 01:45:21 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
de3d24b
Parents:
a885afc
Message:

feat(account): editable username (does not affect the fediverse handle)

Username field in the profile form + validation (format, reserved, unique).
The AP handle is the site slug, so renaming the login name is purely cosmetic.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/services/i18n.js

    ra885afc r7c44c12  
    799799    'acct.member_since': 'Lid sinds',
    800800    'acct.avatar_remove': 'Foto verwijderen',
     801    'acct.username': 'Gebruikersnaam',
    801802    'acct.email': 'E-mailadres',
    802803    'acct.email_ph': 'jij@email.nl',
     
    17921793    'acct.member_since': 'Member since',
    17931794    'acct.avatar_remove': 'Remove photo',
     1795    'acct.username': 'Username',
    17941796    'acct.email': 'Email address',
    17951797    'acct.email_ph': 'you@email.com',
     
    27852787    'acct.member_since': 'Mitglied seit',
    27862788    'acct.avatar_remove': 'Foto entfernen',
     2789    'acct.username': 'Benutzername',
    27872790    'acct.email': 'E-Mail-Adresse',
    27882791    'acct.email_ph': 'du@email.de',
Note: See TracChangeset for help on using the changeset viewer.