Since working on my latest mod, I've dug a bit into localization and found that there is a category [mod-description]. By using the internal name of your mod as a localization key, you can provide a localized description of your mod that will be displayed by the in-game mods manager.
Unfortunately, I didn't see it mentioned in the tutorial, and I guess that is the main reason why so many mods don't have translations of their description: Even many (most?) of the mod authors who provide localized strings for their mod don't include it -- either because they don't know about it, or because they don't care as their native language is English anyway and they don't see a need to provide the same description they used in info.json also in the localization file. Translators, on the other hand, usually only translate only the strings they get by the mod author (i.e. the original localization file). The result is that a mod with full localization of everything else will be shown with the original (usually English) description.
Could you include this missing information in the tutorial, please?
Suggestion for Localisation Tutorial
Suggestion for Localisation Tutorial
A good mod deserves a good changelog. Here's a tutorial (WIP) about Factorio's way too strict changelog syntax!
Re: Suggestion for Localisation Tutorial
points at https://wiki.factorio.com/Tutorial:Mod_ ... escription
Anyway, "list of base game localization categories" is on my to-do, but it looks like those are not defined in any central place in the code so it will take a while/be potentially inaccurate.
Anyway, "list of base game localization categories" is on my to-do, but it looks like those are not defined in any central place in the code so it will take a while/be potentially inaccurate.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
Re: Suggestion for Localisation Tutorial
I knew I must have read about this somewhere, but I couldn't find it again. That's why I asked for including it in the most obvious place.Bilka wrote: Tue Sep 24, 2019 12:09 pm points at https://wiki.factorio.com/Tutorial:Mod_ ... escription

Nice to know it's on your list. About things being inaccurate: If you indicate in the text where you are in doubt, that should be fine …Anyway, "list of base game localization categories" is on my to-do, but it looks like those are not defined in any central place in the code so it will take a while/be potentially inaccurate.
A good mod deserves a good changelog. Here's a tutorial (WIP) about Factorio's way too strict changelog syntax!