Making WordPress.org

Changeset 12135


Ignore:
Timestamp:
10/19/2022 07:32:22 AM (2 years ago)
Author:
amieiro
Message:

Add the patterns project to the translation consistency tool

Fixes https://meta.trac.wordpress.org/ticket/6448
PR https://github.com/WordPress/wordpress.org/pull/100

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/routes/class-consistency.php

    r11346 r12135  
    1616    private $cache_group = 'wporg-translate';
    1717
    18     const PROJECTS = [
    19         1   => 'WordPress',
    20         523 => 'Themes',
    21         17  => 'Plugins',
    22         487 => 'Meta',
    23         281 => 'Apps',
    24     ];
     18    const PROJECTS = array(
     19        1      => 'WordPress',
     20        523    => 'Themes',
     21        17     => 'Plugins',
     22        487    => 'Meta',
     23        281    => 'Apps',
     24        473698 => 'Patterns',
     25    );
    2526
    2627    /**
Note: See TracChangeset for help on using the changeset viewer.