translatePage
abstract suspend fun translatePage(pageId: String, markdown: String, targetLocale: String): TranslationResult(source)
Translate a markdown page to the target locale. Returns the fully-translated markdown or a status.
Translate a markdown page to the target locale. Returns the fully-translated markdown or a status.