Changeset 5881
- Timestamp:
- 09/04/2017 07:12:38 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/translations/lib.php
r4176 r5881 74 74 $de_ch_informal->wp_locale = 'de_CH_informal'; 75 75 $GLOBALS['gp_locales']->locales['de-ch/informal'] = $de_ch_informal; 76 77 $pt_pt_ao90 = clone GP_Locales::by_field( 'wp_locale', 'pt_PT' ); 78 $pt_pt_ao90->english_name = 'Portuguese (Portugal, AO90)'; 79 $pt_pt_ao90->native_name = 'Português (AO90)'; 80 $pt_pt_ao90->slug = 'pt/ao90'; 81 $pt_pt_ao90->wp_locale = 'pt_PT_ao90'; 82 $GLOBALS['gp_locales']->locales['pt/ao90'] = $pt_pt_ao90; 76 83 77 84 $base_url = is_ssl() ? 'https' : 'http';
Note: See TracChangeset
for help on using the changeset viewer.