[wp-meta] [Making WordPress.org] #5817: Add bgn locale
Making WordPress.org
noreply at wordpress.org
Mon Jul 12 13:18:47 UTC 2021
#5817: Add bgn locale
--------------------------------------+--------------------
Reporter: evarlese | Owner: (none)
Type: task | Status: new
Priority: normal | Milestone:
Component: Translate Site & Plugins | Keywords:
--------------------------------------+--------------------
Can the `bgn` (Western Balochi) locale be added to:
http://meta.svn.wordpress.org/sites/trunk/wordpress.org/public_html/wp-
content/mu-plugins/pub/locales/locales.php
Ref: Locale Request: https://make.wordpress.org/polyglots/2021/04/19
/requesting-for-a-new-locale/
The related information for the locale is:
{{{#!php
<?php
$bgn = new GP_Locale();
$bgn->english_name = 'Western Balochi';
$bgn->native_name = 'بلوچی';
$locale->lang_code_iso_639_3 = 'bgn';
$locale->country_code = 'PK';
$locale->wp_locale = 'bgn';
$locale->slug = 'bgn';
$locale->nplurals = 1 ;
$locale->plural_expression = '(n != 0)';
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/5817>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list