From 5106809394bb7ae28595511bffa3dba4d2b0df10 Mon Sep 17 00:00:00 2001 From: osoitz Date: Sun, 7 Jan 2018 20:39:24 +0100 Subject: [PATCH] Update copy-res.js Corrected Basque name --- scripts/copy-res.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/copy-res.js b/scripts/copy-res.js index fe708d39c0..5396781106 100755 --- a/scripts/copy-res.js +++ b/scripts/copy-res.js @@ -16,7 +16,7 @@ const INCLUDE_LANGS = [ {'value': 'el', 'label': 'Ελληνικά'}, {'value': 'eo', 'label': 'Esperanto'}, {'value': 'es', 'label': 'Español'}, - {'value': 'eu', 'label': 'Euskal'}, + {'value': 'eu', 'label': 'Euskara'}, {'value': 'fi', 'label': 'Suomi'}, {'value': 'fr', 'label': 'Français'}, {'value': 'hu', 'label': 'Magyar'},