Hacker News new | ask | show | jobs
by im_dario 2228 days ago
What was you use case? Which formats does it generate?
1 comments

I just needed a simple place where I can store all of my translation strings and upload/download them over a simple API, as well as be able to send a link to whoever wants to help with translations.

It generates a simple JSON with all the translations — the article on how to set up Localizer contains example scripts (taken from my projects) on how this JSON can be parsed and converted into multiple formats :)