sohaibnomanahmed / pensum

A Flutter + Firebase project for buying and selling books, mainly campus curriculum, socially. It uses a MVVM architecture and Trunk based development as well as CodeMagic for CI/CD
MIT License
1 stars 0 forks source link

add-localization #1

Open sohaibnoman opened 3 years ago

sohaibnoman commented 3 years ago

Add localization to the app, this is needed for correct marketing in the App Store, if we commercialize California in the app preview images. The app needs a currency and cities converter based on localization for the preview images to be achievable in the app.

sohaibnoman commented 3 years ago

Official docs: https://flutter.dev/docs/development/accessibility-and-localization/internationalization

sohaibnoman commented 3 years ago

Language code: http://www.lingoes.net/en/translator/langcode.htm

sohaibnoman commented 3 years ago

Need to complete following steps

sohaibnoman commented 3 years ago

Seems to be an issues with translating the cloud functions messages, more info here: https://github.com/FirebaseExtended/flutterfire/issues/2436