Appsilon / shiny.i18n

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

#125 Write unit tests for shiny.i18n package #126

Closed Eduardodudu closed 1 year ago

Eduardodudu commented 1 year ago

125 Write unit tests for shiny.i18n package

Added unit tests for the functions:

  1. translate_with_google_cloud
  2. create_translation_addin
  3. usei18n
  4. update_lang
  5. .onLoad

Code coverage increased from 62% to 83%

Eduardodudu commented 1 year ago

I had to do some updates in the code due to lintr. This is my last commit update