-
Notifications
You must be signed in to change notification settings - Fork 62
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
add translate text support for ios #19
base: main
Are you sure you want to change the base?
Conversation
Let's try to merge this and test it if it works. It should not break anything else. |
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.
Sorry for this taking so much time! I had comments already put but forgot to submit the review 😅 So sorry for the inconvenience, we only have two small comments regarding code.
I'll manually test it to make sure it's working fine and if so we can merge it ASAP 🙏🏼
callback(@[[NSString stringWithFormat: @"numberArgument: %@ stringArgument: %@", numberArgument, stringArgument]]); | ||
NSString *text = [optionsMap objectForKey:@"text"]; | ||
|
||
NSLog(@" text = %@",text); |
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.
Let's remove logs unneeded logs
NSLog(@" sourceLanguage = %@",sourceLanguage); | ||
NSLog(@" targetLanguage = %@",targetLanguage); |
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.
Let's also remove these two logs.
No description provided.