Adds a dictionary to the configuration object.
addDictionary({ es: { hello: 'Hola' } }); Copy
addDictionary({ es: { hello: 'Hola' } });
The dictionary to add.
True if added correctly, false otherwise.
Adds a dictionary to the configuration object.
Example