factorio-mods-localization
factorio-mods-localization copied to clipboard
Support for nested subdirectories
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" } ]?
Hi! This is now supported, please use this factorio-mods-localization.json config file:
{
"mods": [
{
"localePath": "Yafc/Data/locale",
"crowdinName": "YafcCE"
},
]
}
Closing as implemented