this post was submitted on 08 May 2025
17 points (100.0% liked)

Opensource

2664 readers
16 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

For flutter .arb files. Preferably open source and low cost.

Also side question: how do you properly keep track of and credit translators?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 6 days ago

I do not know if the solutions I listed below are open source ; however as an open source contributor I am used to work with some tools depending to choice of the projects:

About credits, I don’t think these tools exposes in some automated way the contributors identities. However, nothing prevents you to use these web UI tools to find who contributed and list people for example in your CONTRIBUTORS files. Another way could be to edit the automated commits these tools submit to your Git repos by adding credits to the translators (with for example Co-authored-by field).