Make WordPress Core


Ignore:
Timestamp:
12/22/2024 07:13:23 PM (4 months ago)
Author:
audrasjb
Message:

I18n: Add translator context for various occurrences of "upload".

This changeset adds a noun or verb context to the various occurrences of "upload" in the admin, to make it easier for translators to differenciate these strings depending on the context.

Props timse201, wpgerd.
Fixes #62732.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php

    r58745 r59554  
    6161            $tabs['search'] = __( 'Search Results' );
    6262        }
    63         $tabs['upload']   = __( 'Upload' );
     63        $tabs['upload']   = _x( 'Upload', 'noun' );
    6464        $tabs['featured'] = _x( 'Featured', 'themes' );
    6565        //$tabs['popular']  = _x( 'Popular', 'themes' );
Note: See TracChangeset for help on using the changeset viewer.