diff --git a/R/rd-translate.R b/R/rd-translate.R index 07feacb..baf3cf0 100644 --- a/R/rd-translate.R +++ b/R/rd-translate.R @@ -31,7 +31,7 @@ translate <- function(original, translation) { if (section %in% c("examples", "title")) { original[[section]] <- paste0( translation[[section]]$translation, - "\\if{html}{\\out{
} 🌐 \\out{} ", + "\\if{html}{\\out{
} \U0001f310 \\out{} ", original[[section]]$original, "\\out{
}}") } else {