-
Notifications
You must be signed in to change notification settings - Fork 75
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
Translation pt-br #267
Translation pt-br #267
Conversation
Alterações e adição de tradução Pt-Br aos menus de configuração. ------------------------------------------- Changes on Pt-Br translations of config menus.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better
lib/generated/intl/messages_tr.dart
Outdated
@@ -20,7 +20,7 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args); | |||
class MessageLookup extends MessageLookupByLibrary { | |||
String get localeName => 'tr'; | |||
|
|||
static String m0(time) => "${time} tarihinde bilgilendirileceksiniz"; | |||
static String m0(time) => "${time} saatinde bilgilendirileceksiniz"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make these changes in intl_tr.arb
itself, these are auto generated files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok i think my ide have make this changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the changes in messages_tr.dart
are not intended you can revert it
* Translationa pt-br Alterações e adição de tradução Pt-Br aos menus de configuração. ------------------------------------------- Changes on Pt-Br translations of config menus. * undo wrong changes --------- Co-authored-by: Sanketh B K <[email protected]>
Alterações e adição de tradução Pt-Br aos menus de configuração. -------------------------------------------
Changes on Pt-Br translations of config menus.
What type of PR is this? (check all applicable)
Description
Featured Covered in this PR
Related Tickets & Documents
Screenshots, Recordings
Please replace this line with instructions on how to test your changes, or any screenshots or recording you can attach here.
Tested Feature??
Not tested because the original fork can't compile.