From 78e3bc33cc39355a9469955266efcf3384e66171 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Mon, 14 Jun 2021 13:34:27 -0700 Subject: [PATCH] =?UTF-8?q?Rename=20'Espa=C3=B1ol'=20to=20'Espa=C3=B1ol=20?= =?UTF-8?q?(Espa=C3=B1a)'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/supported-locales.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supported-locales.js b/src/supported-locales.js index 99b4467c..46f6ce87 100644 --- a/src/supported-locales.js +++ b/src/supported-locales.js @@ -20,7 +20,7 @@ const locales = { 'et': {name: 'Eesti'}, 'el': {name: 'Ελληνικά'}, 'en': {name: 'English'}, - 'es': {name: 'Español'}, + 'es': {name: 'Español (España)'}, 'es-419': {name: 'Español Latinoamericano'}, 'eu': {name: 'Euskara'}, 'fa': {name: 'فارسی'},