Skip to content

Commit

Permalink
Update dictionary.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jeesssik committed Sep 7, 2023
1 parent 9fd0fe5 commit 4f6b911
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dictionary.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
export const useDictionary = ['notas', 'aulas', 'libro','clase', 'datos', 'tarea','grado',
'profe','lapiz','saber','mente','deber','amigo','jugar','papel','punto','sueño', 'honor', 'joven','ideas'];
'profe','lapiz','saber','mente','deber','amigo','jugar','papel','punto','sueño', 'honor', 'joven','ideas', 'aulas'];

export const realDictionary = [
"vamos",
"vamos",'notas', 'aulas', 'libro','clase', 'datos', 'tarea','grado',
'profe','lapiz','saber','mente','deber','amigo','jugar','papel','punto','sueño', 'honor', 'joven','ideas',
"ahora", "estoy", "tengo", "estás", "puedo",
"tiene", "bueno", "hacer", "todos", "puede", "sabes",
"quién", "nunca", "dónde", "favor", "señor", "mejor",
Expand Down

0 comments on commit 4f6b911

Please sign in to comment.