Hi All, I have a question on the Netsuite point up...
# suitecommerce
d
Hi All, I have a question on the Netsuite point updates. We're currently on 2020.2.0 and we are adding missing translation in the language files from source code just wanted to know if the point updates like 2020.2.1 or 2020.2.2 will replace these translated files when we update the bundle to point updates?
j
You should translate from Configuration
d
@Joaquin Vigna (BrokenRubik) The configuration record translations are not working for some text in Myaccount. They are only working in shopping pages
j
You add those new translation on your code? By extensions or using SCA traditional way?
d
@Joaquin Vigna (BrokenRubik) JoaqSCA traditional way through language files there is one text "My cases" in Myaccount that was not translating we added to config record that didn't work. When we added to language file es_Es.js for example it worked
j
If you upload you core code you need to take care about avoid remove those file, if you create on a folder above ('customizations') should not be a problem update your core.
d
@Joaquin Vigna (BrokenRubik) so if we override like old fashioned and add it to custom folder point updates shouldn't be a problem right?
j
If you are using SCA and develop or your customization on other folder there is no problem to update your core folder. Make sure to test all your customization, since a module/function extended could not be more there. If you use only extension (and the extensibility api) you should't worry about to re-test