Error 404 on language files load
As noticed by @gargani, at the launch of the application, there are network error in the console:
The method I18nService.setLanguage
is making a loop on CalculatorType
and this ENUM contains all nubs definition including child nubs.
These errors can be avoided if we define which CalculatorType
is a child nubs to not use them for language file loading.