Add i18n and es/en locale
This commit is contained in:
10
locales/en.json
Normal file
10
locales/en.json
Normal 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
10
locales/es.json
Normal 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ó!"
|
||||
}
|
Reference in New Issue
Block a user