mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-15 18:56:59 +00:00
Merge pull request '[FEAT] Add OpenStreetMap URL to Location field in profile' (#1076) from n0toose/forgejo:osm-urls-in-profiles into forgejo-development
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/1076
This commit is contained in:
commit
e2c6c1dbd0
7 changed files with 60 additions and 2 deletions
|
@ -601,6 +601,7 @@ user_bio = Biography
|
|||
disabled_public_activity = This user has disabled the public visibility of the activity.
|
||||
email_visibility.limited = Your email address is visible to all authenticated users
|
||||
email_visibility.private = Your email address is only visible to you and administrators
|
||||
redirect_to_osm = View on OpenStreetMap
|
||||
|
||||
form.name_reserved = The username "%s" is reserved.
|
||||
form.name_pattern_not_allowed = The pattern "%s" is not allowed in a username.
|
||||
|
@ -627,6 +628,7 @@ webauthn = Security Keys
|
|||
|
||||
public_profile = Public Profile
|
||||
biography_placeholder = Tell us a little bit about yourself
|
||||
location_placeholder = Share your approximate location with others
|
||||
profile_desc = Your email address will be used for notifications and other operations.
|
||||
password_username_disabled = Non-local users are not allowed to change their username. Please contact your site administrator for more details.
|
||||
full_name = Full Name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue