chore: new translation strings

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-10-02 11:16:39 +02:00
commit 0e0df73744
No known key found for this signature in database
12 changed files with 203 additions and 17 deletions

View file

@ -1 +1 @@
app_version <- function()'25.9.2'
app_version <- function()'25.9.3'

View file

@ -1 +1 @@
hosted_version <- function()'v25.9.2-250925'
hosted_version <- function()'v25.9.3-251002'

View file

@ -4,6 +4,7 @@ html_dependency_FreesearchR <- function() {
version = packageVersion("FreesearchR"),
src = list(href = "FreesearchR", file = "assets"),
package = "FreesearchR",
script = "js/FreesearchR.js",
stylesheet = "css/FreesearchR.css"
)
}

View file

@ -60,7 +60,7 @@ ui_elements <- function(selection) {
# ),
shiny::selectInput(
inputId = "source",
label="",
label = "",
selected = "file",
choices = "file",
width = "100%"
@ -96,7 +96,11 @@ ui_elements <- function(selection) {
),
shiny::conditionalPanel(
condition = "input.source=='env'",
import_globalenv_ui(id = "env", title = NULL)
import_globalenv_ui(
id = "env",
title = NULL,
packages = c("NHANES", "stRoke")
)
),
# shiny::conditionalPanel(
# condition = "input.source=='redcap'",
@ -350,7 +354,7 @@ ui_elements <- function(selection) {
sidebar = bslib::sidebar(
shiny::uiOutput(outputId = "data_info_nochar", inline = TRUE),
bslib::accordion(
id="acc_chars",
id = "acc_chars",
open = "acc_chars",
multiple = FALSE,
bslib::accordion_panel(
@ -396,7 +400,7 @@ ui_elements <- function(selection) {
sidebar = bslib::sidebar(
# shiny::uiOutput(outputId = "data_info_nochar", inline = TRUE),
bslib::accordion(
id="acc_cor",
id = "acc_cor",
open = "acc_chars",
multiple = FALSE,
bslib::accordion_panel(