tobybatch / ChromeKimaiBridge

Allows time to logged from ChromePlugin tickets into a Kimai instance
MIT License
12 stars 2 forks source link

Internationalizing chrome plugin #10

Open krestyanikov opened 3 years ago

krestyanikov commented 3 years ago

Hello @tobybatch

At the moment, the plugin only supports English, but it would be nice to have support for multiple languages use i18n. The language might change depending on the browser's language setting. What do you think about this improvement?

Thanks!

tobybatch commented 3 years ago

You are so right. I am currently involved in a complete rewrite that will turn the extension in to a react app. I'll factor i8n into that.