Skip to content

Commit

Permalink
Doxygen strings for localization (#5658)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelleangela authored Jun 22, 2020
1 parent 64b9495 commit 929d548
Showing 1 changed file with 8 additions and 1 deletion.
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:"
}

0 comments on commit 929d548

Please sign in to comment.