Merge pull request #7628 from aws-lumberyard-dev/scripting/translation_error
Fixed ambiguous translation key when a property and a method share the same namemonroegm-disable-blank-issue-2
commit
999fb76163
@ -1,71 +0,0 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"base": "{FDD3D684-2C9A-0C05-D2A3-FD67685D8F26}",
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "BranchInputTypeExample",
|
||||
"category": "Tests",
|
||||
"tooltip": "Example of branch passing as input by value, pointer and reference.",
|
||||
"subtitle": "Tests"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"base": "Input_Get Internal Vector",
|
||||
"details": {
|
||||
"name": "Get Internal Vector"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "Output_On Get Internal Vector",
|
||||
"details": {
|
||||
"name": "On Get Internal Vector"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Result",
|
||||
"details": {
|
||||
"name": "Result"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "Input_Branches On Input Type",
|
||||
"details": {
|
||||
"name": "Branches On Input Type"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Input Type",
|
||||
"details": {
|
||||
"name": "Input Type"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "Output_By Value",
|
||||
"details": {
|
||||
"name": "By Value"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Value Input",
|
||||
"details": {
|
||||
"name": "Value Input"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "Output_By Pointer",
|
||||
"details": {
|
||||
"name": "By Pointer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Pointer Input",
|
||||
"details": {
|
||||
"name": "Pointer Input"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue