Add i18n and es/en locale

This commit is contained in:
Alan Matkorski
2019-05-09 17:41:18 -03:00
committed by Mahdi Dibaiee
parent dd48a879c2
commit 173f432351
14 changed files with 107 additions and 67 deletions

10
locales/en.json Normal file
View File

@ -0,0 +1,10 @@
{
"Score": "Score",
"Game Over": "Game Over!",
"Press any key to play again": "Press any key to play again",
"Angle": "Angle",
"Health": "Health",
"Player": "Player",
"Games": "Games",
"Player %s won!": "Player %s won!"
}

10
locales/es.json Normal file
View File

@ -0,0 +1,10 @@
{
"Score": "Puntaje",
"Game Over": "Juego terminado!",
"Press any key to play again": "Pulsa cualquier tecla para volver a jugar",
"Angle": "Ángulo",
"Health": "Salud",
"Player": "Jugador",
"Games": "Juegos",
"Player %s won!": "El jugador %s ganó!"
}