Hi,
I think the translator on my Flarum instance isn't working. In the admin dashboard, strings that should be localized are just appearing as the value that is passed to the app.translator.trans function. Wierdly, this is only affecting new extensions--extensions that I had previously installed, as well as the core, are not affected at this point.
Example: In the "flarum-ext-oauth-google" extension, there is a line that calls: {app.translator.trans('johnhearfield-oauth-google.forum.log_in.with_google_button')}
however, on my dashboard, I just see the string "johnhearfield-oauth-google.forum.log_in.with_google_button".
This is happening for multiple extensions from different sources.