attendance-for-google-meet
attendance-for-google-meet copied to clipboard
Add multiple languages [feature request]
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 👍
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.
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!
We were using just JSON, but we'll look into PO. Thanks!