# Does anybody need a game translated to ES-ESP and the (many) variations of Español Latinoamericano? (Latin American Spanish)

**URL:** https://forum.makecode.com/t/does-anybody-need-a-game-translated-to-es-esp-and-the-many-variations-of-espanol-latinoamericano-latin-american-spanish/20588
**Category:** Collaboration
**Tags:** make, game
**Created:** [June 12, 2023, 4:34pm UTC](https://forum.makecode.com/t/does-anybody-need-a-game-translated-to-es-esp-and-the-many-variations-of-espanol-latinoamericano-latin-american-spanish/20588 "2023-06-12T16:34:37Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![frandev](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/frandev/32/27644_2.png) [@frandev](https://forum.makecode.com/u/frandev)
#### Post date: [June 12, 2023, 4:34pm UTC](https://forum.makecode.com/t/does-anybody-need-a-game-translated-to-es-esp-and-the-many-variations-of-espanol-latinoamericano-latin-american-spanish/20588/1 "2023-06-12T16:34:37Z")

</div>

I’ll be honest, I want to translate games to most Spanish accents, if you want to, you can give me the game (or if you want to only the text itself) and I’ll translate it for you! (From English to Spanish. NOT the other way around.)

---

<div class="post-metadata">

### Author: ![Sarge](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/sarge/32/19590_2.png) [@Sarge](https://forum.makecode.com/u/Sarge)
#### Post date: [June 19, 2023, 5:06pm UTC](https://forum.makecode.com/t/does-anybody-need-a-game-translated-to-es-esp-and-the-many-variations-of-espanol-latinoamericano-latin-american-spanish/20588/2 "2023-06-19T17:06:27Z")

</div>

How about my game _[Deliverimania](https://forum.makecode.com/t/deliverimania-a-fast-paced-infinite-runner-game/20309)_? I can compile all of the text and send it as a file if it would make it easier for you, just ask!

---

<div class="post-metadata">

### Author: ![frandev](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/frandev/32/27644_2.png) [@frandev](https://forum.makecode.com/u/frandev)
#### Post date: [June 19, 2023, 9:27pm UTC](https://forum.makecode.com/t/does-anybody-need-a-game-translated-to-es-esp-and-the-many-variations-of-espanol-latinoamericano-latin-american-spanish/20588/3 "2023-06-19T21:27:18Z")

</div>

Ok! Please do it. Send 3 copies of it, and I’ll translate it to Spanish (EUROPE), Spanish (UY/AR) and Spanish (MÉX), is that good?

---

<div class="post-metadata">

### Author: ![Sarge](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/sarge/32/19590_2.png) [@Sarge](https://forum.makecode.com/u/Sarge)
#### Post date: [June 20, 2023, 1:08am UTC](https://forum.makecode.com/t/does-anybody-need-a-game-translated-to-es-esp-and-the-many-variations-of-espanol-latinoamericano-latin-american-spanish/20588/4 "2023-06-20T01:08:38Z")

</div>

Here’s a JSON file with all of the text items in the game! Simply copy it into another file, and there translate the text on the **right** hand side of the file into the desired language! Then just send it back like this on the forum and I will implement the text in the game

```auto
{
  "pressAText": "Press A",
  "highscoreDisplay": "Highscore",
  "deliveriesDisplay": "Deliveries",
  "moneyDisplay": "Money",
  "skinsLabel": "Skins",
  "shopTitle": "Shop",
  "shopRequiredDisplay": "Required",
  "shopCostDisplay": "Cost",
  "shopSelectedIndicator": "Selected",
  "shopBuyIndicator": "Buy",
  "shopLockedIndicator": "Locked"
}

```

---

<div class="post-metadata">

### Author: ![frandev](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/frandev/32/27644_2.png) [@frandev](https://forum.makecode.com/u/frandev)
#### Post date: [June 20, 2023, 11:35pm UTC](https://forum.makecode.com/t/does-anybody-need-a-game-translated-to-es-esp-and-the-many-variations-of-espanol-latinoamericano-latin-american-spanish/20588/5 "2023-06-20T23:35:33Z")

</div>

Spain (European Spanish)

```auto
{
  "pressAText": "Pulsa el botón A",
  "highscoreDisplay": "Puntaje Récord",
  "deliveriesDisplay": "Entregas",
  "moneyDisplay": "Dinero",
  "skinsLabel": "Trajes",
  "shopTitle": "Tienda",
  "shopRequiredDisplay": "Requerido",
  "shopCostDisplay": "Precio",
  "shopSelectedIndicator": "Seleccionado",
  "shopBuyIndicator": "Comprar",
  "shopLockedIndicator": "Bloqueado"
}

```

Río de la Plata (Uruguay and Argentina’s Spanish)

```auto
{
  "pressAText": "Presioná el botón A",
  "highscoreDisplay": "Récord",
  "deliveriesDisplay": "Entregas",
  "moneyDisplay": "Plata",
  "skinsLabel": "Trajes",
  "shopTitle": "Mercado",
  "shopRequiredDisplay": "Requerido",
  "shopCostDisplay": "Precio",
  "shopSelectedIndicator": "Seleccionado",
  "shopBuyIndicator": "Comprar",
  "shopLockedIndicator": "Bloqueado"
}

```

Mexico (North American Spanish)

```auto
{
  "pressAText": "Presiona el botón A",
  "highscoreDisplay": "Récord",
  "deliveriesDisplay": "Entregas",
  "moneyDisplay": "Dinero",
  "skinsLabel": "Trajes",
  "shopTitle": "Tienda",
  "shopRequiredDisplay": "Requerido",
  "shopCostDisplay": "Precio",
  "shopSelectedIndicator": "Seleccionado",
  "shopBuyIndicator": "Comprar",
  "shopLockedIndicator": "Bloqueado"
}

```

I’m done!

---

<div class="post-metadata">

### Author: ![Sarge](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/sarge/32/19590_2.png) [@Sarge](https://forum.makecode.com/u/Sarge)
#### Post date: [August 24, 2023, 5:45pm UTC](https://forum.makecode.com/t/does-anybody-need-a-game-translated-to-es-esp-and-the-many-variations-of-espanol-latinoamericano-latin-american-spanish/20588/6 "2023-08-24T17:45:53Z")

</div>

Hey @frandev! Thanks for the prior translation, just a question though. Could you translate a few more phrases into those spanish variations?

```json
'Press B to return'
'Change language'
'Credits'
'Programming'
'Art'
'Translation'
'Spanish'
'Greek'
'Croatian'

```

Thanks in advance!

---

<div class="post-metadata">

### Author: ![frandev](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/frandev/32/27644_2.png) [@frandev](https://forum.makecode.com/u/frandev)
#### Post date: [August 24, 2023, 8:02pm UTC](https://forum.makecode.com/t/does-anybody-need-a-game-translated-to-es-esp-and-the-many-variations-of-espanol-latinoamericano-latin-american-spanish/20588/7 "2023-08-24T20:02:29Z")

</div>

Europe (SPAIN)

```auto
'Toca B para volver'
'Cambiar idioma del juego'
'Créditos'
'Programación'
'Arte'
'Traducción'
'Español'
'Griego'
'Croata'

```

The Americas (MEXICO and LATIN AMERICA)

```auto
'Presiona B para volver'
'Cambiar idioma'
'Créditos'
'Programación'
'Arte'
'Traducción'
'Español'
'Griego'
'Croata'

```

South America (URUGUAY and ARGENTINA)

```auto
'Presioná B para volver'
'Cambiar el idioma'
'Créditos'
'Programación'
'Arte'
'Traducción'
'Español'
'Griego'
'Croata'

```

_bonus Brazilian Portuguese translation, will add Portuguese to the language list_  
South America (BRAZIL and NORTHERNMOST URUGUAY)

```auto
'Pressione B para voltar'
'Mudar o idioma'
'Créditos'
'Programação'
'Arte'
'Tradução'
'Espanhol'
'Grego'
'Croata'
'Português'

```

---

<div class="post-metadata">

### Author: ![Sarge](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/sarge/32/19590_2.png) [@Sarge](https://forum.makecode.com/u/Sarge)
#### Post date: [August 25, 2023, 4:37pm UTC](https://forum.makecode.com/t/does-anybody-need-a-game-translated-to-es-esp-and-the-many-variations-of-espanol-latinoamericano-latin-american-spanish/20588/8 "2023-08-25T16:37:32Z")

</div>

Thanks for the quick response! About the Brazilian Portugese, I don’t think I’ll be adding it because it wasn’t planned for this update, and i’m also missing all the other phrases from it. Thanks anyway!

---

<div class="post-metadata">

### Author: ![frandev](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/frandev/32/27644_2.png) [@frandev](https://forum.makecode.com/u/frandev)
#### Post date: [December 28, 2023, 6:45pm UTC](https://forum.makecode.com/t/does-anybody-need-a-game-translated-to-es-esp-and-the-many-variations-of-espanol-latinoamericano-latin-american-spanish/20588/9 "2023-12-28T18:45:02Z")

</div>

Alright! @Sarge , may you get this to anyone else? I think some more games would be nice in spanish.

---

<div class="post-metadata">

### Author: ![frandev](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/frandev/32/27644_2.png) [@frandev](https://forum.makecode.com/u/frandev)
#### Post date: [January 12, 2024, 11:14pm UTC](https://forum.makecode.com/t/does-anybody-need-a-game-translated-to-es-esp-and-the-many-variations-of-espanol-latinoamericano-latin-american-spanish/20588/10 "2024-01-12T23:14:40Z")

</div>

I NEED TO TRANSLATE

# M O O O R E ! ! !

GAMEEESS!!

(Dear discourse text editor: I don’t care if it seems unclear, just let me post 😡)

---

<div class="post-metadata">

### Author: ![ChimbroDaPro](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/chimbrodapro/32/15852_2.png) [@ChimbroDaPro](https://forum.makecode.com/u/ChimbroDaPro)
#### Post date: [January 16, 2024, 10:50pm UTC](https://forum.makecode.com/t/does-anybody-need-a-game-translated-to-es-esp-and-the-many-variations-of-espanol-latinoamericano-latin-american-spanish/20588/11 "2024-01-16T22:50:25Z")

</div>

> [@frandev](#):
>
> Dear discourse text editor: I don’t care if it seems unclear, just let me post 😡

Wow, uh ok 👀
