Overwrite a string
-
I want to edit a string in baserow/web-frontend/modules/database/locales/en.json
Can I set something in /env to do this?
I have an issue on Baserow forum here: https://community.baserow.io/t/add-another-option/1570/5?u=sam_uk
-
Given that this relates to the translation files, which are part of the code during updates, I don't think it is a good idea to make that customizable as this will inevitably result in merge issues on update. For example if they add a new translation string for a new release, then your translation files will not contain those, unless we would overwrite them, in which case your changes will be lost.