naver-translate-0.1.0.2: Interface to Naver Translate

Safe HaskellNone
LanguageHaskell2010

Language.Translate.Naver

Synopsis

Documentation

translate Source

Arguments

:: ISO639_1

The language translated from

-> ISO639_1

The language to translate to

-> Text

The text to translate

-> IO Text

The translated text

Translate a string.

translateMultiple Source

Arguments

:: ISO639_1

The language translated from

-> ISO639_1

The language to translate to

-> [Text]

The texts to translate

-> IO [Text]

The translated texts

Translate multiple strings at one go.

translateUrl Source

Arguments

:: ISO639_1

The language translated from

-> ISO639_1

The language to translate to

-> URI

The url of the page to translate

-> Maybe URI

The url of the translated page

Get the url of the translated page. Other languages than Korean (KO) and Japanese (JA) are unsupported, so they get Nothing.