#61316 closed enhancement (fixed)
Directories and Sizes label should have translation comment that Sizes also related to db
Reported by: | oglekler | Owned by: | afragen |
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | 6.6 |
Component: | Site Health | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
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
@
6 months ago
- Keywords has-patch added
Hi @oglekler, according to your suggestion I have submitted the patch for it.
#2
follow-up:
↓ 3
@
6 months ago
@afragen Can you take a look, please? This is quite a small change.
#4
@
6 months 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.
6 months ago
#5
Add a translators comment to debug data for Directories and Sizes on class-wp-debug-data.php.
PIng @OlaIola
Patch file