so currently the navigation label and the label read the same phrase, and both in plural format.
but in some language the label should be in singular format and the navigation label in plural.
so I added a new config to set the navigation label, and use it in getNavigationLabel of the resource, but still default to the Plural label or the model label if not set.
so currently the
navigation label
and thelabel
read the same phrase, and both in plural format. but in some language thelabel
should be in singular format and thenavigation label
in plural.so I added a new config to set the navigation label, and use it in
getNavigationLabel
of the resource, but still default to the Plural label or the model label if not set.