#57040 closed defect (bug) (fixed)
Translation missing for text "N/A"
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Networks and Sites | Keywords: | has-patch commit |
Focuses: | multisite, ui-copy | Cc: |
Description
Seems like translation function could be added in this string:
} else {
echo 'N/A';
}
Change History (10)
This ticket was mentioned in PR #3583 on WordPress/wordpress-develop by kowsar89.
2 years ago
#1
- Keywords has-patch added
#2
@
2 years ago
- Component changed from General to Networks and Sites
- Focuses multisite added
- Milestone changed from Awaiting Review to 6.2
Hi there, welcome to WordPress Trac! Thanks for the report.
I think you're right, this string should be translatable.
For anyone looking at the ticket, the string is displayed in the choose_primary_blog()
function when the user does not belong to any sites.
#3
@
2 years ago
Yep, sounds good to me as well.
Maybe we could also replace this abbreviation with a more detailed wording, for better accessibility and to make it more user friendly?
N/A could be replaced with "Not applicable" or, maybe better, "Not available".
#5
@
2 years ago
@audrasjb We use Not available
in core so we should go with it what you suggest?
https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-admin/includes/class-wp-debug-data.php#L491
https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-admin/includes/class-wp-debug-data.php#L513
#8
@
2 years ago
- Focuses ui-copy added
- Keywords commit added
- Owner set to audrasjb
- Status changed from new to accepted
Thanks for the update. Marking for commit
.
@audrasjb commented on PR #3583:
2 years ago
#10
Committed in https://core.trac.wordpress.org/changeset/54832
Trac ticket: https://core.trac.wordpress.org/ticket/57040