Skip to content

Commit

Permalink
feat: translate methods text
Browse files Browse the repository at this point in the history
  • Loading branch information
ESCRI11 committed Aug 22, 2024
1 parent 56fc156 commit 54244a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/ui/ui-PlotModule.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ PlotModuleUI <- function(id,
height.2 <- ifnotchar.int(height[2])

if (translate) {
info.text <- tspan(info.text)
info.text <- tspan(info.text, js = translate_js)
info.methods <- tspan(info.methods, js = translate_js)
title <- tspan(title, js = translate_js)
caption2 <- tspan(caption2, js = translate_js)
caption <- tspan(caption, js = translate_js)
Expand Down

0 comments on commit 54244a7

Please sign in to comment.