-
Notifications
You must be signed in to change notification settings - Fork 140
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
Not all of the app support translation #315
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Support Hacktoberfest open source event https://hacktoberfest.digitalocean.com/
Comments
guyluz11
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Oct 7, 2021
guyluz11
added
the
hacktoberfest
Support Hacktoberfest open source event https://hacktoberfest.digitalocean.com/
label
Sep 29, 2022
@guyluz11 Can I work on this issue? |
Yep |
Thanks for the pr. |
You're most welcome :) |
Please assign this to me |
@piyushkumar12111111 sure :) |
Hi @piyushkumar12111111 I am removing you from Assignees but your pr will still be merged if it will be accepted Thanks |
Hello, please assign this to me |
Just open pr for that @mufida1018 :) for now we may assign only big issues |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Support Hacktoberfest open source event https://hacktoberfest.digitalocean.com/
There is a big part of the app that does not support translation.
For the app to support translation there are 3 things that need to be added for each text string:
easy_localization
dependencyimport 'package:easy_localization/easy_localization.dart';
.tr()
after the text string, for example'hey'
going te become'hey'.tr()
, and if this isText
widget it is also supported like thisText('Text support translation').tr()
.Most of the string that needs to be added exists in the
presentation
folder so you can filter by it.It is ok to do a partial pull request and not all add translations for everything at once.
The text was updated successfully, but these errors were encountered: