Skip to content

Commit

Permalink
Add localization for data roles (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMeison authored and ignatvilesov committed Jul 7, 2017
1 parent 547e1e8 commit 405ae37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions capabilities.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,37 @@
{
"dataRoles": [
{
"displayNameKey": "Visual_Source",
"name": "Source",
"kind": "Grouping",
"displayName": "Source"
},
{
"displayNameKey": "Visual_Target",
"name": "Target",
"kind": "Grouping",
"displayName": "Target"
},
{
"displayNameKey": "Visual_Weight",
"name": "Weight",
"kind": "Measure",
"displayName": "Weight"
},
{
"displayNameKey": "Visual_LinkType",
"name": "LinkType",
"kind": "Grouping",
"displayName": "Link Type"
},
{
"displayNameKey": "Visual_SourceType",
"name": "SourceType",
"kind": "Grouping",
"displayName": "Source Type"
},
{
"displayNameKey": "Visual_TargetType",
"name": "TargetType",
"kind": "Grouping",
"displayName": "Target Type"
Expand Down
6 changes: 6 additions & 0 deletions stringResources/en-US/resources.resjson
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"Visual_Source": "Source",
"Visual_Target": "Target",
"Visual_Weight": "Weight",
"Visual_SourceType": "Source Type",
"Visual_LinkType": "Link Type",
"Visual_TargetType": "Target Type",
"Visual_Animations": "Animations",
"Visual_Show": "Show",
"Visual_DataLabels": "Data Labels",
Expand Down

0 comments on commit 405ae37

Please sign in to comment.