- Issue created by @catch
- 🇬🇧United Kingdom catch
So a flaw with this that I didn't realise until looking a bit closer is there's only one .po file for core, meaning this wouldn't benefit this much at all.
However it ought to help
install_finish_translations
where I think we'll be getting a file per language per contrib module - just won't be visible in Umami. - 🇬🇧United Kingdom catch
Re-titling, it's not really the config translation itself but the contrib translation lookups from d.o that could be done async.
However even if there are 200 of those, the bigger problem is StringDatabaseStorage::save() which does several database queries for every string.