How to deal with localization (multiple arb files) with the feature-first approach

The official internationalization docs explain how Flutter can generate localized strings for your project from a single arb file.

But as the app grows, it would be nicer to have one arb file for each feature. Here are some resources that explain the process in more detail: