Appsilon / shiny.i18n

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

Adds `combine_translations` for combining two translations JSON files as list objects #133

Open yogat3ch opened 9 months ago

yogat3ch commented 9 months ago

Add combine_translations

The use case for combine_translations is for combining translation JSON files stored in two different repos.

Adds tests for this functionality.