Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.29 KB

File metadata and controls

33 lines (23 loc) · 1.29 KB

Factorio Mods Translations

Translations are available to modders, mainly for those who don't use the GitHub platform to distribute them.

The rules are simple:

  • create a directory with the mod name (exactly as the creator uses it) and mod version
  • inside create directory with locale name (e.g. pl for polish translation)
  • place translation files inside that directory

Template:

{ProjectName}_{version}/locale/{LangCode}/config.cfg

Example:

Ruins_0.1.3/locale/pl/config.cfg

Sometimes author of the modification uses other names for localisation files ex. string.cfg or {LangCode}.cfg

  • ProjectName - name the mod from info.json
  • Version - version from info.json, must be in format _0.0.0 or _0.0
  • LangCode - language code of your country e.g. polish - pl, english - en, russian - ru

And then translate the mod from English into your own language.

Important: If translation is incomplete, please add how many percent is already translated. E.g. 90% (90 lines from 100 text lines )

For Players

Download this localisation files and then copy only internal folders to /mods/ folder inside your game directory.

Others

Project is for game Factorio factorio.com You will find mods to our translations here: mods.factorio.com