[FIX] MomentJS crashing on Spanish language (#2616)

Co-authored-by: Diego Mello <diegolmello@gmail.com>
This commit is contained in:
Djorkaeff Alexandre 2020-11-06 11:27:25 -03:00 committed by GitHub
parent 1ed9ace71a
commit 416efbdcb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const localeKeys = {
it: 'it',
ja: 'ja',
nl: 'nl',
'es-ES': 'es-es',
'es-ES': 'es',
'zh-TW': 'zh-tw'
};