frazy
frazy copied to clipboard
Change `translations` from array to object in Material model
In material model
['ru', 'es', 'ch']
to object
{ ru: { flag: 'http://flags/ru.jpg', title: 'Russian'} }