attendance-for-google-meet icon indicating copy to clipboard operation
attendance-for-google-meet copied to clipboard

Add multiple languages [feature request]

Open aalkz opened this issue 4 years ago • 3 comments

The community can help with translations if multiple languages system is put into place. Translation files with strings could live in standard .pot files or in a simple JSON/.js file structure, for example, with the possibility to contribute via pull requests in this repository.

Great work on the Chrome extension, by the way 👍

aalkz avatar Sep 23 '20 00:09 aalkz

Thank you for the suggestion! We are going to start this soon by setting up a JSON file with translation fields. Once set up, we will ask the community to submit pull requests, as you said.

tytot avatar Sep 23 '20 01:09 tytot

Awesome! In case it helps, there is a standard for string translation called PO, that can be serialized fairly easily I think: https://github.com/rubenv/pofile . Starting with a simple JSON is perfectly fine, though, just watch out for special characters, as they can be an issue. Good luck!

aalkz avatar Sep 23 '20 02:09 aalkz

We were using just JSON, but we'll look into PO. Thanks!

tytot avatar Oct 04 '20 02:10 tytot