You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case, I need to check the files for new keys and add them to the database, without updating/overwriting the values for the existing translations.
On local add new translation to file, then upload to prod server, ansible run seeders and i need scan new translation from file and add to Database.
Its possible? Or only need manualy add keys from UI to db? Thx
For my case i extended driver, add parameter $update, and change line
In my case, I need to check the files for new keys and add them to the database, without updating/overwriting the values for the existing translations.
On local add new translation to file, then upload to prod server, ansible run seeders and i need scan new translation from file and add to Database.
Its possible? Or only need manualy add keys from UI to db? Thx
For my case i extended driver, add parameter $update, and change line
The text was updated successfully, but these errors were encountered: