#61316 closed enhancement (fixed)
Directories and Sizes label should have translation comment that Sizes also related to db
| Reported by: | oglekler | Owned by: | afragen |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.6 |
| Component: | Site Health | Version: | 6.6 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | docs |
Description
I found that we have a slightly incorrect translation into Russian that means: "Directories and their sizes", because it isn't clear what sizes are. So, it looks like we need longer label to explain things, but I can only come up with "Directories, database and storage sizes" and question about changing the label could turn into a long discussion, so I suggest:
if ( ! $is_multisite ) {
$info['wp-paths-sizes'] = array(
/* translators: Database and storage sizes included */
'label' => __( 'Directories and Sizes' ),
'fields' => array(),
);
}
Attachments (1)
Change History (9)
#1
@
2 years ago
- Keywords has-patch added
Hi @oglekler, according to your suggestion I have submitted the patch for it.
#4
@
2 years ago
For some reason my PR isn't showing up. https://github.com/WordPress/wordpress-develop/pull/6715
This ticket was mentioned in PR #6715 on WordPress/wordpress-develop by @afragen.
2 years ago
#5
Add a translators comment to debug data for Directories and Sizes on class-wp-debug-data.php.
PIng @OlaIola
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch file