Package: shiny.i18n
Title: Shiny Applications Internationalization
Version: 0.3.0
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
LazyData: true
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
