Added a new language (Catalan) to the game's localization, since the base game is fully translated to it, I figured I could translate this mod as well. :)
I made a PR on the project repository: https://github.com/MagmaMcFry/Factorissimo2/pull/54
Some automatic cleanup has happened (removed duplicates, keys not found in english, end of lines, etc.), since I've used this tool to localize it:
https://github.com/dima74/factorio-mods-localization
Which shows the localizations here:
https://crowdin.com/project/factorio-mods-localization
New localizations of the mod can be added through the crowdin page, but they will get autocommitted to my fork, not the main repo, which would be ideal. :)
If you're interested on getting localizations from crowdin without having to accept PRs, the only issue is that the tool expects the files to have the same names between languages, so they cannot be called "/en/en-factory" and "/ca/ca-factory", but "/en/factory.cfg" and "/ca/factory.cfg".