Skip to content

Google cloud function to translate a list of english and any other language words and return a csv with english, translation (in the other language alphabet).

License

Notifications You must be signed in to change notification settings

MacTynow/wordlistmaker

Repository files navigation

Wordlistmaker

Google cloud function to translate a list of english and word in another language and returns a csv with english, target language and (optional) romanization.

Usage

# example.json
{
    "words": [
        "work",
        "a day",
        "朋友",
        "client",
        "你好"
    ]
}

returns

work, 工作, gōng zuò
a day, 一天, yī tiān
friend, 朋友, péng yǒu
client, 客户, kè hù
hello there, 你好, nǐ hǎo

About

Google cloud function to translate a list of english and any other language words and return a csv with english, translation (in the other language alphabet).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published