Nothing
#' Force translation reload
#'
#' @description This function forces the translations to be loaded from JSON
#' files again.
#'
#' @examples
#' trans_path(system.file("examples", package = "translated"))
#' trans_reload()
#'
#' @return No return value, called for its side effect.
#'
#' @importFrom utils assignInMyNamespace
#' @export
trans_reload <- function() {
assignInMyNamespace(".TRANS_DICT", load_translations())
assignInMyNamespace(".CURRENT_DICT", NULL)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.