Opened 3 years ago
Closed 3 years ago
#5817 closed task (blessed) (invalid)
Add bgn locale
Reported by: | evarlese | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Translate Site & Plugins | Keywords: | |
Cc: |
Description
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 $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)';
Change History (3)
#2
@
3 years ago
Hi @evarlese, thanks for the ticket but can you please report this on https://github.com/GlotPress/GlotPress-WP/issues which is the canonical source for new locales? Thanks!
Note: See
TracTickets for help on using
tickets.
Things that need to be corrected:
plural_expression = '0'
So, something like this: