Skip to main content
5 events
when toggle format what by license comment
Mar 2, 2018 at 14:46 comment added Juliano Vargas if that's the case then it shouldn't be hardcoded in the js file as you said is for translation I don't want to translate!
Mar 2, 2018 at 14:27 comment added circlesix I had done this on a site a while back, i overrode some JS file for some reason. I started getting JS errors when i updated the site and took a while to track it back to some theme. When i compared the new code to my override, there was JS code that the system expected, but didn't exist in my override. So i had to update my override with the new code plus my original changes. Just food for thought.
Mar 2, 2018 at 14:25 comment added circlesix I'm not 100% clear what you are trying to achieve here, but if you are looking to change the titles of each section or any other text on the site, you "might" run into issues in the future if you are overriding the core files. While you are doing the right method of file override, when you update the site, if these files change, those changes also need to be updated in your override. The whole point of the translation system is so you can change text on the front end without having to override.
Mar 2, 2018 at 9:25 comment added Juliano Vargas thanks for the reply what I needed was run static deploy then I can see the changes and this file is for translation from what I know but what about the item.title that comes from de progrees-bar.html where can I change that? I just want to change the Title of each steps not translate if that make sense.
Mar 2, 2018 at 0:05 history answered circlesix CC BY-SA 3.0