
Generate AI Translation Disclaimer Badge
Source:R/44_use_multilanguage_readme.R
badge_translated_by_ai.RdPrints a shields.io badge and a blockquote note for each specified language that can be copied into a translated README file to indicate the content was AI-translated and has not been reviewed.
Each language entry consists of:
A badge:
[]()A blockquote with the full disclaimer text in that language
Value
Invisibly returns a named list of character vectors, where each element contains the badge line and blockquote note for one language.
Examples
if (FALSE) { # \dontrun{
# All 19 languages
badge_translated_by_ai()
# Just one language
badge_translated_by_ai("de")
# A few languages
badge_translated_by_ai(c("ja", "ko"))
} # }