Skip to content

Commit 967814c

Browse files
committed
swiss german doesn't have localization yet
1 parent 64c7a56 commit 967814c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

R/layout.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,10 @@ rangeslider <- function(p, start = NULL, end = NULL, ...) {
9595
#' @export
9696
#' @examples
9797
#'
98-
#' config(plot_ly(), displaylogo = FALSE, collaborate = FALSE)
99-
#' config(plot_ly(), locale = "de-CH")
98+
#' p <- plot_ly(x = rnorm(1000))
99+
#'
100+
#' config(p, displaylogo = FALSE, collaborate = FALSE)
101+
#' config(p, locale = "de")
100102

101103
config <- function(p, ..., collaborate = TRUE, cloud = FALSE, locale = NULL) {
102104

man/config.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)