Appsilon / shiny.i18n

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

fix multmerge when csv files do not contain all sentences #23

Closed jey1401 closed 5 years ago

jey1401 commented 5 years ago

For now, when using csv files, the translation dataframe contains the intersection of the sentences over all languages. I propose to use the union.

dokato commented 5 years ago

Good point, thanks @jey1401 !