Make WordPress Core


Ignore:
Timestamp:
01/17/2022 03:36:14 PM (3 years ago)
Author:
audrasjb
Message:

i18n: Contextualize "light" color translation strings.

This change helps translators to distinguish between color and font-family contexts.

Props ironprogrammer, audrasjb, tobifjellner, Presskopp, SergeyBiryukov, hellofromTonya.
Fixes #54804.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme.php

    r52365 r52588  
    983983                        'yellow'            => __( 'Yellow' ),
    984984                        'dark'              => __( 'Dark' ),
    985                         'light'             => __( 'Light' ),
     985                        'light'             => _x( 'Light', 'color' ),
    986986                        'fixed-layout'      => __( 'Fixed Layout' ),
    987987                        'fluid-layout'      => __( 'Fluid Layout' ),
Note: See TracChangeset for help on using the changeset viewer.