From 416efbdcb37f2f9d16a96a8b12f258d955082b79 Mon Sep 17 00:00:00 2001 From: Djorkaeff Alexandre Date: Fri, 6 Nov 2020 11:27:25 -0300 Subject: [PATCH] [FIX] MomentJS crashing on Spanish language (#2616) Co-authored-by: Diego Mello --- app/utils/moment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/moment.js b/app/utils/moment.js index 711c890ec..064b0f7f9 100644 --- a/app/utils/moment.js +++ b/app/utils/moment.js @@ -9,7 +9,7 @@ const localeKeys = { it: 'it', ja: 'ja', nl: 'nl', - 'es-ES': 'es-es', + 'es-ES': 'es', 'zh-TW': 'zh-tw' };