[glotpress-updates] [GlotPress] #417: Add Kabyle locale definition
GlotPress
noreply at wordpress.org
Wed Mar 4 11:54:48 UTC 2015
#417: Add Kabyle locale definition
---------------------------------+-----------------------
Reporter: ocean90 | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 1.0
Component: locale information | Version:
Resolution: | Keywords: has-patch
---------------------------------+-----------------------
Description changed by ocean90:
Old description:
> Request: http://make.wordpress.org/polyglots/2015/02/13/hi-my-name-is-
> yacine-i-would-like/
>
> Data from @petya:
>
> {{{
> $kab = new GP_Locale();
> $kab->english_name = 'Kabyle';
> $kab->native_name = 'Taqbaylit';
> $kab->lang_code_iso_639_2 = 'kab';
> $kab->lang_code_iso_639_3 = 'kab';
> $kab->country_code = 'dz';
> $kab->wp_locale = 'kab';
> $kab->slug = 'kab';
> $kab->nplurals = 1
> $kab->plural_expression = '0'
> }}}
New description:
Request: http://make.wordpress.org/polyglots/2015/02/13/hi-my-name-is-
yacine-i-would-like/
Data from @petya:
{{{
$kab = new GP_Locale();
$kab->english_name = 'Kabyle';
$kab->native_name = 'Taqbaylit';
$kab->lang_code_iso_639_2 = 'kab';
$kab->lang_code_iso_639_3 = 'kab';
$kab->country_code = 'dz';
$kab->wp_locale = 'kab';
$kab->slug = 'kab';
$kab->nplurals = 2;
$kab->plural_expression = '(n > 1)';
}}}
--
--
Ticket URL: <https://glotpress.trac.wordpress.org/ticket/417#comment:2>
GlotPress <https://glotpress.trac.wordpress.org>
Easy comin', easy goin'
More information about the glotpress-updates
mailing list