Skip to content

Commit

Permalink
Merge pull request #326 from technophile77/master
Browse files Browse the repository at this point in the history
spanish
  • Loading branch information
StoneCypher committed Sep 10, 2017
2 parents 2d966c5 + 7bb8aa9 commit 46353c1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/js/tests/language_data/spanish.json
@@ -0,0 +1,17 @@
{

"native_name" : "Español",
"english_name" : "Spanish",

"cases" : [
"termina_con_número_10",
"medio_10_número",
"10_empieza_con_número",

"todas_las_letras_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
"todos_los_dígitos_0123456789",
"acentos_ñáéíóúÑÁÉÍÓÚ",
"símbolos_comunes_!¡@#$^&*()?¿.,=+#"
]

}

0 comments on commit 46353c1

Please sign in to comment.