sschueller / peertube-android

Thorium, a PeerTube Android Client
https://github.com/Chocobozzz/PeerTube
GNU Affero General Public License v3.0
344 stars 53 forks source link

translate app store texts directly on Weblate #129

Open eighthave opened 5 years ago

eighthave commented 5 years ago

Fastlane and Triple-T are two tools for syncing app store texts/graphics/screenshots/etc from a git repo to Google Play. Both of them are also directly supported by F-Droid. Weblate just launched a beta feature for directly translating the app store name/summary/description/whatsnew texts. As far as I know, no other translation platform supports these file formats.

See this in action for F-Droid's Android client: https://hosted.weblate.org/projects/f-droid/f-droid-metadata/

Follow the beta here: https://github.com/WeblateOrg/weblate/issues/1525

@comradekingu

107 #128

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/70111018-translate-app-store-texts-directly-on-weblate?utm_campaign=plugin&utm_content=tracker%2F89466969&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F89466969&utm_medium=issues&utm_source=github).
sschueller commented 4 years ago

@eighthave Hi, I have added fastlane for the store descriptions but I don't see how I can add this at weblate. Do I need to add a new component? Since this is an open source project I only have one component available at the moment.

eighthave commented 4 years ago

yes you need to create a Weblate component for each different translation file type, even if they are in the same git repo.

comradekingu commented 4 years ago

@sschueller Took me a while to find this again ;) Won't https://docs.weblate.org/en/latest/admin/addons.html#addon-weblate-discovery-discovery from the https://hosted.weblate.org/addons/peertube/android/ addons do it?

sschueller commented 4 years ago

I have asked at weblate if they can add another component. I haven't heard back yet but as soon as I do I will update here.