How to pull untranslated strings from javascript?

I’m looking at localizing an application, and have already extracted strings to be localized from the template with a “no bare strings” lint… but is there a way to do something similar in the JS, finding strings that may be displayed in the application?

Thanks!

I think you need a code translator and translate to Russian or something to spot the strings. I read there is an opensource program called codeinternational but can’t find it? See https://arxiv.org/pdf/1909.04556.pdf

Creating some codemod would maybe work too.

Interested in this because we use ember-intl and babeledit for all our international projects.