Appsilon/shiny.i18n

Leave place for arguments in text

Opened this issue · 1 comments

Eg. by adding a new parameter to translate method.

"{} companies use that website"

sth like in gettext

Could use glue for that.

I can propose using {translated} as a backend that handles localization search; I've written it because I needed string interpolation, plural forms and other features for a Shiny app for a project at TTSI. It's based on glue() of course :)