feat: starting to implement translations throughout the UI

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-09-10 12:00:03 +02:00
commit 96e08e44d8
No known key found for this signature in database
42 changed files with 1547 additions and 750 deletions

View file

@ -14,7 +14,7 @@ update_factor_server(id, data_r = reactive(NULL))
modal_update_factor(
id,
title = i18n("Update levels of a factor"),
title = i18n$t("Update levels of a factor"),
easyClose = TRUE,
size = "l",
footer = NULL
@ -22,7 +22,7 @@ modal_update_factor(
winbox_update_factor(
id,
title = i18n("Update levels of a factor"),
title = i18n$t("Update levels of a factor"),
options = shinyWidgets::wbOptions(),
controls = shinyWidgets::wbControls()
)