In my Vue.js project, I've organized it into separate 'apps' such as news, events, contacts, and more. Each app is self-contained with its own directory layout, making me hesitant to have a centralized locale folder or file. Instead, I prefer having each app with its own designated locale file.
Can anyone suggest internationalization libraries for Vue that are capable of accommodating this level of modularity?