#57040 closed defect (bug) (fixed)
Translation missing for text "N/A"
| Reported by: | kowsar89 | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2 |
| Component: | Networks and Sites | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | multisite, ui-copy |
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.
4 years ago
#1
- Keywords has-patch added
#2
@
4 years ago
- Component General → Networks and Sites
- Focuses multisite added
- Milestone Awaiting Review → 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
@
4 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
@
4 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
@
4 years ago
- Focuses ui-copy added
- Keywords commit added
- Owner set to
- Status new → accepted
Thanks for the update. Marking for commit.
@audrasjb commented on PR #3583:
4 years ago
#10
Committed in https://core.trac.wordpress.org/changeset/54832
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Trac ticket: https://core.trac.wordpress.org/ticket/57040