Skip to content

Commit

Permalink
feat(lib): add messages translated to Spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelgsouza committed Oct 31, 2019
1 parent 7fc33a2 commit db95197
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/utils/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ const messages = {
'A little overweight',
'Overweight',
'Obese'
],
'es': [
null,
'Bajo peso',
'Peso normal',
'Un poco de sobrepeso',
'Sobre peso',
'Obeso'
]
}

Expand Down

0 comments on commit db95197

Please sign in to comment.