samueljun / tomato-clock

Tomato Clock is a simple browser extension for managing your productivity.
GNU General Public License v3.0
331 stars 55 forks source link

Add i18n #40

Open samueljun opened 6 years ago

samueljun commented 6 years ago

Use a t() function with json files for the translations.

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/i18n

samueljun commented 6 years ago

Also add a way for contributors to submit translations. Maybe a google survey that I can review and add manually?

jtotht commented 3 years ago

There are quite a number of online translation platforms out there, for example Crowdin, Transifex or translatewiki, to name just a few I’ve heard of, all three free for non-commercial open-source projects. They are much more professional than a Google form. As a first iteration, however, probably it’s enough to receive translations as GitHub PRs, to at least make translation possible at all.