The CakePHP book has a section on Internationalization & Localization. Bascially what it says is Cake will generate a pot file and we have to create a .po for different language file from the pot file.
My problem is I want the user to be able to edit these localized text so instead of storing the localized text in the .po file I want to store them in the database.
So how can I store the localized text in the database?