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

add translate text support for ios #19

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

andrewjb123
Copy link

No description provided.

@lasmil
Copy link

lasmil commented Mar 28, 2023

Let's try to merge this and test it if it works. It should not break anything else.

Copy link
Owner

@a7medev a7medev left a 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);
Copy link
Owner

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

Comment on lines +28 to +29
NSLog(@" sourceLanguage = %@",sourceLanguage);
NSLog(@" targetLanguage = %@",targetLanguage);
Copy link
Owner

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.

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

Successfully merging this pull request may close these issues.

3 participants