cbj_app
cbj_app copied to clipboard
Not all of the app support translation
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:
- Importing the
easy_localization
dependencyimport 'package:easy_localization/easy_localization.dart';
- Adding
.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()
. - Add the new English translation key and value in the en-US.json.
-
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.
@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