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

Opensource

2652 readers
100 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?

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 3 days ago (1 children)

Weblate. You can use the instance from Codeberg.org if your project is open-source.

[–] [email protected] 1 points 3 days ago* (last edited 3 days ago) (1 children)

Can I still use it if my project is on GitHub?

[–] [email protected] 3 points 3 days ago (1 children)

Should be possible yeah, but I think the official weblate instance is better set up for github.

[–] [email protected] 0 points 3 days ago (1 children)

Oh didn't even notice weblate had a free option I just clicked off when I saw 45$ on the cheapest tier

[–] [email protected] 3 points 3 days ago

Yeah, free for open-source projects or so. Never used it though as I either use the Codeberg one or a self-hosted one I recently set up. But for a small project I would not recommend self-hosting it as it is surprisingly heavy on server resources.

[–] pylapp 2 points 3 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).