IMB11 / Loqui

Providing free, open-source, and community-driven translations for ALL Minecraft mods.
https://loqui.imb11.dev/
MIT License
18 stars 1 forks source link

Is There a way to get a list of all mods allready on the crowdin without having to manually search #2

Open walksanatora opened 5 months ago

IMB11 commented 5 months ago

Yes, see group_index.json on the translation repository: https://github.com/mineblock11/loqui-translations

walksanatora commented 5 months ago

if anyone else ask you can get a list of all mods with translations with this bash oneliner (requires jq) curl "https://raw.githubusercontent.com/mineblock11/loqui-translations/main/group_index.json" | jq 'keys[]' | sort

EngurRuzgar commented 5 months ago

Thank you for the oneliner