Michael Chirico

Results 322 comments of Michael Chirico

Another thing to lint for in `translation_linter` (or perhaps these should be individual linters with an `i18n` tag or similar): ```r stop(gettextf("%s", x)) ``` `stop()` will attempt to translate the...

Thanks, the discussion above is enough for me.