Skip to content

File table facet values not internationalized #8089

@qqmyers

Description

@qqmyers

It appears that labels for the available facet values used in the files table were added to Bundle.properties in #5697 but it does not appear that they are used. The entries are in

#filetype - Facet Labels
Document=Document
Text=Text
Tabular\u0020Data=Tabular Data
Data=Data
FITS=FITS
Shape=Shape
Image=Image
Network\u0020Data=Network Data
Unknown=Unknown
Documentation=Documentation
Code=Code
Archive=Archive
Audio=Audio
Video=Video
#access - Facet Labels
Public=Public
Restricted=Restricted
but the values that appear on the page look like they are from the facet name , e.g. from
public static final String PUBLIC = "Public";
public static final String RESTRICTED = "Restricted";
for the access facet. (I didn't tract down where the types labels are coming from.)

I've seen this in the embargo PR (based on current develop) and it appears to be the case at Scholar's Portal as well (see below).

image
image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    ⚠️ Needed/Important

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions