This type defines the types of the translation file loaders.
type LoaderType = 'json' | 'text' | 'blob' | 'arraybuffer';
The name of the loader describes the type of the HTTP response.