1
0
Fork 0

Merge pull request #836 from FranciscoTrigo/patch-1

Fix translation slidingtext.locale.es.js
master
Gordon Williams 2021-10-04 09:38:35 +01:00 committed by GitHub
commit 8d85f9ca4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ const spanishNumberStr = [ ["ZERO"], // 0
["CUATRO",''], //4
["CINCO",''], //5
["SEIS",''], //6
["SEITO",''], //7
["SIETE",''], //7
["OCHO",''], //8
["NUEVE",''], // 9,
["DIEZ",''], // 10
@ -20,7 +20,7 @@ const spanishNumberStr = [ ["ZERO"], // 0
["DIECI",'SIETE'], // 17
["DIECI",'OCHO'], // 18
["DIECI",'NEUVE'], // 19
["VEINTA",''], // 20
["VEINTE",''], // 20
["VEINTI",'UNO'], // 21
["VEINTI",'DOS'], // 22
["VEINTI",'TRES'], // 23
@ -74,4 +74,4 @@ class SpanishDateFormatter extends DateFormatter {
}
}
module.exports = SpanishDateFormatter;
module.exports = SpanishDateFormatter;