feat: add option to change username

This commit is contained in:
Fijxu
2025-03-06 01:43:25 -03:00
parent adcdb8cb92
commit e27dd0284a
6 changed files with 138 additions and 1 deletions

View File

@@ -501,5 +501,11 @@
"toggle_theme": "Toggle Theme",
"carousel_slide": "Slide {{current}} of {{total}}",
"carousel_skip": "Skip the Carousel",
"carousel_go_to": "Go to slide `x`"
"carousel_go_to": "Go to slide `x`",
"new_username": "New username",
"change_username": "Change username",
"username_required_field": "Username is a required field",
"username_empty": "Username cannot be empty",
"username_is_the_same": "This is your username, use another one",
"username_taken": "Username is already taken, use another one"
}