New locale: ValenciĆ 

We are at WordCampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. Torrelodones 2023, and we want to add the ValenciĆ  as new 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/. ValenciĆ  is the historical, traditional, and official name used in theĀ Valencian CommunityĀ (Spain) for theĀ languageĀ spoken in thisĀ region. It has around 2.4 million of speakers. The language has its own linguistic academia (AcadĆØmia Valenciana de la Llengua), with a dictionary and a grammar.

Currently, we can translate to ValenciĆ  as CatalĆ  variant, but other languages, like Spanish (Argentina) or German (Switzerland), who are dialects of a main language, have their own locale.

We want to request ValenciĆ  as new locale.

  • Locale:Ā cat
  • Country code:Ā ES
  • Plural forms:Ā nplurals=2; plural=(n != 1);
  • Language native name:Ā ValenciĆ 
  • Sub-domain:Ā va.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/
  • Site Title:Ā ValenciĆ 
  • Site Description:Ā WordPress en ValenciĆ 
  • Admin Username(s):Ā patricianavarro, jrberguill, deschilet, pablomiralles, sergiocalderon.

Current GlotPress code:

    $ca_valencia = new GP_Locale();
    $ca_valencia->english_name = 'Catalan (Valencian)';
    $ca_valencia->native_name = 'CatalĆ  (ValenciĆ )';
    $ca_valencia->lang_code_iso_639_1 = 'ca';
    $ca_valencia->lang_code_iso_639_2 = 'cat';
    $ca_valencia->wp_locale = 'ca_valencia';
    $ca_valencia->slug = 'ca-valencia';
    $ca_valencia->google_code = 'ca';
    $ca_valencia->facebook_locale = 'ca_ES';

More info