Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion Extension/src/nativeStrings.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,12 @@
"hint": "Refers to C++ template specializations. This is part of a description indicating there are N additional specializations of a function. %d is replaced with that number."
},
"expands_to": "Expands to:",
"file_label": "File:"
"file_label": "File:",
"parameters_label": "Parameters:",
"returns_label": {
"text": "Returns:",
"hint": "This label is for the return value description for a function. Usage example: 'Returns: Area of a shape.'"
},
"deprecated_label": "Deprecated:",
"exceptions_label": "Exceptions:"
}