avinashkranjan/Friday

Feat: Create localized Strings class for the app

Closed this issue · 1 comments

jaivsh commented

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

  • I agree to follow this project's Code of Conduct
  • I'm a GSSOC'23 contributor
  • I want to work on this issue
jaivsh commented

Hey @avinashkranjan please assign me this!