Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+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