Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support fastlane #198

Open
stefan-niedermann opened this issue Jan 27, 2020 · 1 comment
Open

Support fastlane #198

stefan-niedermann opened this issue Jan 27, 2020 · 1 comment

Comments

@stefan-niedermann
Copy link
Member

Dear @MorrisJobke,

is it possible to add support for fastlane?

If you don't know it, it's basically like a folder/file-structure convention to store simple .txt-files containing descriptions, release notes and some other details for android apps (+ some image files which do not matter in the scope of this issue of course).

You can find a sample structure in the repository for Nextcloud Notes for android.

It would be a very great benefit if those files could be handeled by the transifex-bot because

  • F-Droid uses those files for all available information
  • Fastlane can be used to deploy to Play Store automatically

This would greatly enhance the accessability for users of other languages than english 🙂.

Thanks

cc @tobiasKaminsky

@tobiasKaminsky
Copy link
Member

https://github.com/nextcloud/android/blob/40c30357b5fb24f4a576ac68ea7664ea4113a1d4/scripts/metadata/generate_metadata.py

Please see this script and adjust variables to your need.
It takes the transifex source files and puts it into correct fastlane folders:

  • store_short_desc
  • store_full_desc
  • store_short_dev_desc
  • store_full_dev_desc

If it is in scripts/metadata/generate_metadata.py, it will be automatically used after each transifex update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants