Hi Lucas, In DSpace 7 the same approach should work, but you'd need to place them in the "server" webapp (as that's the backend).
The Overlay mechanism still works in DSpace 7 as well, and can be used for this purpose: https://wiki.lyrasis.org/display/DSDOC7x/Advanced+Customisation Alternatively, if you wanted to compile them into dspace-api, you can place them alongside the default Messages.properties. https://github.com/DSpace/DSpace/blob/main/dspace-api/src/main/resources/Messages.properties This Messages.properties is much much smaller in DSpace 7, as it only includes translatable messages on the backend (e.g. error messages and similar). Most translatable messages have moved to the frontend now. Tim On Monday, September 11, 2023 at 1:27:04 PM UTC-5 Lucas Silveira wrote: > Dear colleagues, > In version 6, if it was necessary to customize the labels, simply take the > file for example: Messages_pt_BR.properties, customize it and then place > the file in dspaceDir/webbapps/jspui/WEB-INF/classes > I'm assuming that dspaceDir is where dspace was installed. > In version 7, does this continue the same way or does it need to be done > differently? > > Thanks in advance. > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/c53a1500-1b58-4c02-a61f-b30b534d453fn%40googlegroups.com.
