erosson / freecbt

✨🐙 A GPL Licensed Cognitive Behavioral Therapy app for iOS and Android
https://freecbt.erosson.org
GNU General Public License v3.0
107 stars 18 forks source link

storefront internationalization #11

Open erosson opened 4 years ago

erosson commented 4 years ago

I created the android English storefront by copying and modifying quirk's ios storefront. Repeat that for other languages too, and s/quirk/freecbt/

I added a blurb about freecbt forking quirk to the english version - not really practical to do that for other languages sadly, but that shouldn't block this

might be a good idea to put storefront text into git, so any future forks don't have to hunt for it

erosson commented 4 years ago

quirk translation archaeology: ios storefront links, pull request links by language, keywords and storefront translation text when available

https://docs.google.com/spreadsheets/d/1n9OCZsJQGms-iuNOMEvnZP2ankb2-zWObszSAnYU6JE/edit?usp=sharing

erosson commented 4 years ago

we have to put storefront text/keywords in source control

fastlane looks like the way to do this, and we may also want fastlane for #16 anyway

Looks like the quirk folks tried to use fastlane but abandoned it, or didn't use it for metadata? there's no ios app store metadata at all, anyway. I'll start using it for storefront data, but not for deployments just yet.

added fastlane docs to CONTRIBUTING.md