Skip to content

Localization instructions in Wiki are incorrect for Geoportal Catalog 3.x #703

@segalindoa

Description

@segalindoa

The last instruction in https://github.com/Esri/geoportal-server-catalog/wiki/Localization states:

"Comment out locale: "en", in index.html under [Tomcat8]/webapps/geoportal and save the changes."

Though, in Geoportal Catalog 3.x, english locale is instead being forced in: [Tomcat9]/webapps/geoportal/lib/init.js:

window.dojoConfig = { locale: "en", async: true, parseOnLoad: true, packages: [ { name: "esri4", location: "https://js.arcgis.com/4.30/esri" }, { name: 'app', location: location.pathname.replace(/\/[^/]*$/, '') + '/app', } ] };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions