|
|
|
|
|
by amzans
3442 days ago
|
|
To be honest I didn't know about pontoon before, which is surprising given that, like Parrot, it's a localization tool and by Mozilla. I guess I should do more research before starting a new project :) But after checking it out quickly, it seems to me that its main focus is in-place translation for web projects (I could be wrong). Parrot is mainly a tool to help you manage your translations for various projects, no specific platform is targeted. It comes with a REST API (useful for loading translation updates for mobile apps/games for example) and role based contributions. It's meant for small/medium multidisciplinary teams, so no features for crowd-sourced translations are provided. Basically it was built out of the need for such a tool at my current company (gaming industry, multi-platform projects). We wanted it on premises, open-source and a web-UI for editing so that people from different disciplines can use it. |
|
https://github.com/translate/pootle/
It's on-premises, open source, has a web UI, supports many formats and comes with a REST API. I'm sure you must have seen it - any reason you didn't go that route?
Aside: I see you're shipping with nginx and have a whole ssl setup. Take a look at Caddy, your life may get simpler :) https://caddyserver.com/