-
Notifications
You must be signed in to change notification settings - Fork 8
Save translations into a database table #12
Comments
So do you want the translation file to be saved in S3 or? |
I think that this would be very slow to load and a database table with a craft record model is the best option. Maybe a table with locale, original and translation fields and a settings page for select storage, file or database. What do you think about? |
Well, it should still be written to a file because that is what Craft reads. Maybe we can have a database connection in a language file, I'll have to test that. |
I understand. I could change the configuration Message component Yii but I have to understand how craft does it |
I just see that craft uses PhpMessageSource Yii wrapper and you can't change it... |
I have exactly the same issue! Is there an update to the plugin or was there a solution found to move the translations to the database... or to an S3 file? Was there any way around this? |
We haven't found one yet |
Hi again!
I have a new project which is deployed in AWS. This website can be deployed in multiple servers.
If an administrator adds or changes a translation this only will be saved in this server. All data is in a database and assets are in S3 storage.
If you think is easy to implement tell me please and I will try to help you.
Thanks again in advance.
The text was updated successfully, but these errors were encountered: