mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
feat: starting to implement translations throughout the UI
This commit is contained in:
parent
7fde4bde46
commit
96e08e44d8
42 changed files with 1547 additions and 750 deletions
44
renv.lock
44
renv.lock
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue