Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Tales of Androgyny

A game about birds, bees, flowers and trees. · By Majalis

Translation

A topic by jackySlender created Feb 24, 2022 Views: 1,404 Replies: 1
Viewing posts 1 to 2

Where can I put the translation packs for the game or to translate it on my own?

Developer(+1)

We have a guide coming out for translation pack creation, but to answer your question:

Translation packs are installed as folders inside the translations/ directory next to the game (the application file, so the .exe on windows)

So for someone with a Spanish and Italian translation pack, it might look like this:

  • TalesOfAndrogyny.exe
  • translations
    • es
      • manifest.json
      • assets
    • ita
      • manifest.json
      • assets

The manifest.json in es would contain 

{ 	"languageName": "Español"   }

and that would tell the game to add an Español option in the language dropdown.

Deleted 1 year ago