I am new to vue and I am using vuetify. I want to add internationalization to my project. I succeeded in that but I am using the standard method in which we make a single file per language, as my project grows it will be very hard to maintain that file. So I want to breakdown that single file into multiple files for a single language. Can anyone suggest how to do that?