Making WordPress.org


Ignore:
Timestamp:
12/31/2023 04:26:24 PM (10 months ago)
Author:
amieiro
Message:

Translate: Hide some inconsistent translation set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/consistency.php

    r11732 r13087  
    2424                '' => 'Select a locale',
    2525            ];
     26            $sets_to_hide = array(
     27                'ca/valencia',
     28                'nl/formal/default',
     29                'en/formal',
     30                'en/default',
     31                'fr/formal',
     32                'de/formal/default',
     33                'de-ch/info/default',
     34                'pt/ao90/default',
     35                'sr/latin',
     36                'sr/latin/latin',
     37            );
     38            $sets = array_diff_key( $sets, array_flip( $sets_to_hide ) );
    2639            $locale_options = array_merge( $locale_options, $sets );
    2740            echo gp_select(
Note: See TracChangeset for help on using the changeset viewer.