Skip to content

Commit

Permalink
App Example: Include Spanish (es) translation
Browse files Browse the repository at this point in the history
Ref #481
Closes #490
  • Loading branch information
isaacdurazo authored and rxaviers committed Aug 27, 2015
1 parent a9db3ce commit a6c8a6e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/app-npm-webpack/messages/es.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"es": {
"intro-1": "Use Globalize to internationalize your application.",
"number-label": "Standalone Number",
"currency-label": "Standalone Currency",
"date-label": "Standalone Date",
"relative-time-label": "Standalone Relative Time",
"message-1": "An example of a message using mixed numbers \"{number}\", currencies \"{currency}\", dates \"{date}\", and relative time \"{relativeTime}\".",
"intro-1": "Usa Globalize para internacionalizar tu aplicación.",
"number-label": "Número",
"currency-label": "Moneda",
"date-label": "Fecha",
"relative-time-label": "Tiempo Relativo",
"message-1": "Un ejemplo de mensaje usando números mixtos \"{number}\", monedas \"{currency}\", fechas \"{date}\", y tiempo relativo \"{relativeTime}\".",
"message-2": [
"An example of a message with pluralization support:",
"Un ejemplo de mensaje con soporte de pluralizaciónt:",
"{count, plural,",
" one {You have one remaining task}",
" other {You have # remaining tasks}",
" one {Tienes una tarea restante}",
" other {Tienes # tareas restantes}",
"}."
]
}
Expand Down

0 comments on commit a6c8a6e

Please sign in to comment.