From a19320bf90b58437020a4bd50803e0d29a8a9269 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 13 Jun 2018 10:12:54 +0200 Subject: [PATCH] Add the es-419 language code to support South American Spanish This code is useful for targeting Spanish spoken in the Latin America and the Caribbean region. There are no plans to make this available as an interface language, hence I am not adding a language file with a fallback to 'es'. Bug: T112889 Change-Id: If7f0ed7a13f1cc86985ce5ce509dcf543cc1c0ff --- languages/data/Names.php | 1 + 1 file changed, 1 insertion(+) diff --git a/languages/data/Names.php b/languages/data/Names.php index 3a96283fc6..97ff012cd3 100644 --- a/languages/data/Names.php +++ b/languages/data/Names.php @@ -150,6 +150,7 @@ class Names { 'en-gb' => 'British English', # British English 'eo' => 'Esperanto', # Esperanto 'es' => 'español', # Spanish + 'es-419' => 'español de América Latina', # Spanish for the Latin America and Caribbean region 'es-formal' => "español (formal)\u{200E}", # Spanish formal address 'et' => 'eesti', # Estonian 'eu' => 'euskara', # Basque -- 2.20.1