## Up-to-date translation
# Mirrors the last version of the original documentation.
#' Una función que devuelve `TRUE``
#'
#' Esta función no hace nada. Sólo deuvelve `TRUE`.
#'
#' @param x primer argumento. Ignorado.
#' @param one_argument segundo argumento. También ignorado.
#' @param another_argument tercer argumento. Adivinaste: ignorado.
#'
#' @details
#' Nada para ver acá.
#'
#' @examples
#' # Este es un ejemplo para mostrar lo inutil que es la función.
#' dummy_function()
#'
#' @language es 1.0.0
#' @rdname dummy_function
NULL
## Missing translation
# This documentation entry needs translation.
# (Should it even be here, probably not)
#' @language en 0.0.0
#' @rdname dummy_function2
NULL
## Slightly outdated translation
# It's still perfectly usable, but not exactly up to date.
#' No hace nada
#'
#' Esta función no hace nada.
#'
#' @param x parametro ignorado
#'
#'
#' @language es 1.0.0
#' @rdname dummy_function3
NULL
## Wholy outdated translation.
# Users will not get a good idea of what the function does or how it works
# anymore.
#' Suma 1
#'
#' Esta función suma 1.
#'
#' @param x numeric
#'
#' @language es 1.0.0
#' @rdname dummy_function4
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.