I have a table for ‘alerts’. I would like to store there the alerts for the users in Engligh, and translate the alert into the users’ culture before showing it. Like an usual message which is translated with the __() function.
Is this thing possible in Symfony 1.4?
How many alerts do you have? Doubt that more than 100, no? It is normal to store stuff this size in xml translation files, anyway they are cached. And it is more simple to add new items in xml files than in database.