Appsilon / shiny.i18n

Shiny applications internationalization made easy
https://appsilon.github.io/shiny.i18n/
Other
168 stars 38 forks source link

add: quarto experiment #97

Closed DeepanshKhurana closed 1 year ago

DeepanshKhurana commented 1 year ago

Quarto Example

As per this Clickup task and issue #96 , I've added an example usage of Quarto that walks the user through using {shiny.i18n} to use translations in a .qmd document.

Along with that, I have also included the generated .html as well as a Conclusion of what's good and what's not so good.

Conclusion: Yes, the package works with Quarto ✅

DeepanshKhurana commented 1 year ago

Overall - good job 👍

A few comments:

  • please remove files related to the inner project (Rproj, yml)
  • please add quarto to the "Suggests" section in DESCRIPTION
  • please add information about the Quarto example in README (Examples section)

Thank you! The new sets of commits cover the above comments as well.