Multiple i18n files for category

Hello guys,
is it possible to create multiple i18n files for each language?

For example, if I have 2 languages (english and spanish)…

master file: en.json and es,json

but I’d like to have also countries (is is a category for me) file for each language.

countries.en.json
countries.spanish.json

is this configuration possible using ionic’s native plugin?

I believe i18n is framework dependent. I don’t know of an “Ionic” solution in that space. So it might help to move your post to the proper subforum indicating which i18n library and framework you’re using.

I’m using

import { TranslateLoader, TranslateModule, TranslateService } from '@ngx-translate/core';
import { TranslateHttpLoader } from '@ngx-translate/http-loader';