factorio-mods-localization icon indicating copy to clipboard operation
factorio-mods-localization copied to clipboard

Support for nested subdirectories

Open DaleStan opened this issue 7 months ago • 1 comments

After doing some wrestling on my own, I was pointed to this project as an alternative solution for localizing https://github.com/shpaass/yafc-ce/. However, that tool needs to store its translation files in Yafc/Data/locale/*. Is it possible to update the config file so it can specify nested directories in the mods array, or accept objects in the array, maybe something like "mods": [ { "name": "Yafc-CE", "localePath": "Yafc/Data/locale" } ]?

DaleStan avatar May 10 '25 00:05 DaleStan

Hi! This is now supported, please use this factorio-mods-localization.json config file:

{
  "mods": [
    {
      "localePath": "Yafc/Data/locale",
      "crowdinName": "YafcCE"
    },
  ]
}

dima74 avatar May 14 '25 17:05 dima74

Closing as implemented

dima74 avatar Jun 01 '25 13:06 dima74