Skip to content

Translation to portuguese #76

@jonathansutton1

Description

@jonathansutton1

Hello, I'm interested in translating some exercises to portuguese. A lot of people here in Brazil are interested in practicing with these exercises, so this could make it more accessible for those people.

Thanks

Activity

patraabinash29

patraabinash29 commented on Oct 27, 2022

@patraabinash29

from deep_translator import PonsTranslator
word = 'good'
translated_word = PonsTranslator(source='english', target='french').translate(word, return_all=False)

output: bien

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jonathansutton1@patraabinash29

        Issue actions

          Translation to portuguese · Issue #76 · realpython/python-basics-exercises