For now the load method automatically reconfigures the Polyglot instance with the retrieved translations.
In some cases we do not want to do this and only want to pull the translations to put them into the translations cache.
We could add a reconfigure option with a default value equal to false to do this. For example at application starting this could be useful to preload several translation files.
For now the
load
method automatically reconfigures the Polyglot instance with the retrieved translations.In some cases we do not want to do this and only want to pull the translations to put them into the translations cache.
We could add a
reconfigure
option with a default value equal tofalse
to do this. For example at application starting this could be useful to preload several translation files.