avinashkranjan / Friday

🎓 Friday - Your Personal Class Manager Assistant, It'll never let you miss another assignment deadline or upcoming test. https://friday.avinashranjan.com
https://play.google.com/store/apps/details?id=com.avinashkranjan.friday
MIT License
108 stars 153 forks source link

Feat: Create localized Strings class for the app #376

Closed jaivsh closed 1 year ago

jaivsh commented 1 year ago

Describe the feature

The localized strings for the whole app are very helpful, as it they serve as the base for converting the app's language into another one, thus providing support within the application for multiple languages.

I'd add all the main strings used in the app to this class file, and would convert the source code of the relevant screens to make the text widgets show strings from this localized class, instead of the hardcoded one. This would make it easier to convert the app's language into another one in the future, and is also necessary for good coding standards.

Add ScreenShots

Record

jaivsh commented 1 year ago

Hey @avinashkranjan please assign me this!