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

@ -8060,6 +8060,50 @@
"Maintainer": "Winston Chang <winston@posit.co>",
"Repository": "CRAN"
},
"shiny.i18n": {
"Package": "shiny.i18n",
"Version": "0.3.0",
"Source": "Repository",
"Title": "Shiny Applications Internationalization",
"Authors@R": "c( person(\"Jakub\", \"Nowicki\", email = \"opensource+kuba@appsilon.com\", role = c(\"cre\", \"aut\")), person(\"Dominik\", \"Krzemiński\", email = \"raymon92@gmail.com\", role = c(\"aut\")), person(\"Krystian\", \"Igras\", email = \"krystian8207@gmail.com\", role = c(\"aut\")), person(\"Jakub\", \"Sobolewski\", email = \"jakub.sobolewski@appsilon.com\", role = c(\"aut\")), person(\"Appsilon Sp. z o.o.\", role = \"cph\", email = \"opensource@appsilon.com\") )",
"Description": "It provides easy internationalization of Shiny applications. It can be used as standalone translation package to translate reports, interactive visualizations or graphical elements as well.",
"Depends": [
"R (>= 3.3.0)"
],
"Imports": [
"yaml",
"jsonlite",
"methods",
"stringr",
"R6",
"glue",
"shiny",
"rstudioapi",
"utils"
],
"License": "MIT + file LICENSE",
"Encoding": "UTF-8",
"URL": "https://appsilon.github.io/shiny.i18n/, https://github.com/Appsilon/shiny.i18n",
"BugReports": "https://github.com/Appsilon/shiny.i18n/issues",
"RoxygenNote": "7.2.1",
"Suggests": [
"covr",
"googleLanguageR",
"knitr",
"lintr",
"rcmdcheck",
"rmarkdown",
"spelling",
"testthat",
"withr",
"quarto"
],
"Language": "en-US",
"NeedsCompilation": "no",
"Author": "Jakub Nowicki [cre, aut], Dominik Krzemiński [aut], Krystian Igras [aut], Jakub Sobolewski [aut], Appsilon Sp. z o.o. [cph]",
"Maintainer": "Jakub Nowicki <opensource+kuba@appsilon.com>",
"Repository": "CRAN"
},
"shinyTime": {
"Package": "shinyTime",
"Version": "1.0.3",