I want to add another…

I want to add another language to start translating:

LocaleLocale Locale = language version, often a combination of a language code and a region code, for instance es_MX denotes Spanish as it’s used in Mexico. A list of all locales supported by WordPress in https://make.wordpress.org/polyglots/teams/: es_HN
Código de país: HN
Formas plurales: nplurales = 2; plural = (n! = 1);
Idioma nativo: Español de Honduras
Subdominio : es-hn.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/
Título del sitio: Español de Honduras
Descripción del sitio: WordPress en español de Honduras
Nombre (s) de usuario del administrador: gadriv

$es_hn = new GP_Locale();
$es_hn->english_name = ‘Spanish (Honduras)’;
$es_hn->native_name = ‘Español de Honduras’;
$es_hn->lang_code_iso_639_1 = ‘es’;
$es_hn->lang_code_iso_639_2 = ‘spa’;
$es_hn->country_code = ‘hn’;
$es_hn->wp_locale = ‘es_HN’;
$es_hn->slug = ‘es-hn’;
$es_hn->google_code = ‘es’;
$es_hn->facebook_locale = ‘es_HN’;

#locale-requests