Suggestion: Show the localized field labels in List All Fields for Item Type
In Scaffold - Help - List All Fields for Item Type - any.
e.g. {
"itemType": "book",
"title": "",
"abstractNote": "",
... } to {
"itemType": "book",
"title": "标题",
"abstractNote": "摘要",
... } for Chinese locale.
This may save some corresponding work and uncertainty.
e.g. {
"itemType": "book",
"title": "",
"abstractNote": "",
... } to {
"itemType": "book",
"title": "标题",
"abstractNote": "摘要",
... } for Chinese locale.
This may save some corresponding work and uncertainty.