Skip to content

cpageler93/AppleGlossaryTranslate

Repository files navigation

AppleGlossaryTranslate

Translate Values from Apple Glossaries.

Example

English to other language

let german = AppleGlossaryTranslate().translate(englishText: "Photo Library", to: "de", catalog: nil)
// german: Fotomediathek

Language to Language

let spanish = "Fototeca"
let german = AppleGlossaryTranslate().translate(text: spanish, from: "es", to: "de")
// german: Fotomediathek

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages