Hello Lucas, The messages.xml file is: https://github.com/DSpace/DSpace/blob/ab878b95a6879819d36040464b247e8b74208757/dspace-xmlui/src/main/resources/aspects/Discovery/i18n/messages.xml
And im guessing because that's a recent filter, its translation is missing (on all?) languages. What I think you should do is submit a translation to the translation project located at: https://github.com/DSpace/dspace-xmlui-lang/blob/master/src/main/webapp/i18n/messages_pt_BR.xml If you're using the portuguese (brazilian) translation, the 2 keys you need to translate are: xmlui.ArtifactBrowser.AdvancedSearch.type_has_content_in_original_bundle xmlui.ArtifactBrowser.SimpleSearch.filter.has_content_in_original_bundle That should be it. Or, not recommended but you want a quick fix, edit the file located at /dspace/webapps/xmlui/i18n/messages_pt_BR.xml, restart tomcat and see what happens. Good luck, Pedro Amorim 2017-10-17 19:10 GMT+00:00 Lucas angelo <[email protected]>: > > > Dear colleagues, in dspace 6 the facet has a field called "Has File" I > need to translate this field into the Portuguese language, looking in the > discovery.xml I did not see any associated metadata to use in the > translation file, how can I solve it? > > > > Thank you, advanced. > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-community. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-community. For more options, visit https://groups.google.com/d/optout.
