The PR might need to be in [topgrade_i18n_locale_checker](https://github.com/topgrade-rs/topgrade_i18n_locale_checker) Use #2234 as example. A multiline `t!` with missing locale entry wasn't caught. I think we already use a tokenizer so I don't know why it didn't work? My initial thought was to use `ast-grep`.
The PR might need to be in topgrade_i18n_locale_checker
Use #2234 as example. A multiline
t!with missing locale entry wasn't caught.I think we already use a tokenizer so I don't know why it didn't work?
My initial thought was to use
ast-grep.