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

[Enhancement] Localize all Layout Text into one single file(en.json) #555

Closed
sumitra19jha opened this issue Mar 29, 2021 · 0 comments
Closed

Comments

@sumitra19jha
Copy link
Contributor

Issue Description:

App bar text, button text, and all widget text are currently implemented in the code itself. This makes managing the content of the screen within the project difficult as the code base is increasing enormously.

Issue Severity:

Medium

Observed Behaviour:

Implementation of strings in the widget itself.

Expected Behaviour:

All the layout strings should be managed from one place.

Steps to reproduce issue:

  1. Go to screen pages or individual widgets
  2. Check the declaration of all the layout strings there

Does this issue need immediate attention?

No

Are you willing to work on this issue:

Yes

Other information:

This will help to:

  1. Manage layout string efficiently.
  2. In future will help to release the app easily in other languages as well.
@github-actions github-actions bot added the unapproved Unapproved, needs to be triaged label Mar 29, 2021
@Sagar2366 Sagar2366 added duplicate This issue or pull request already exists enhancement and removed duplicate This issue or pull request already exists enhancement unapproved Unapproved, needs to be triaged labels Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants