Skip to content

Commit

Permalink
Added localization for data roles (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
savvinsergey authored and ignatvilesov committed Jul 7, 2017
1 parent 2c48f3d commit a78e87a
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
Expand Up @@ -3,21 +3,25 @@
{
"name": "Legend",
"displayName": "Legend",
"displayNameKey": "Role_Legend",
"kind": "Grouping"
},
{
"name": "Task",
"displayName": "Task",
"displayNameKey": "Role_Task",
"kind": "Grouping"
},
{
"name": "StartDate",
"displayName": "Start Date",
"displayNameKey": "Role_StartDate",
"kind": "Grouping"
},
{
"name": "Duration",
"displayName": "Duration",
"displayNameKey": "Role_Duration",
"kind": "Measure",
"requiredTypes": [
{
Expand All @@ -31,6 +35,7 @@
{
"name": "Completion",
"displayName": "% Completion",
"displayNameKey": "Role_Completion",
"kind": "Measure",
"requiredTypes": [
{
Expand All @@ -44,6 +49,7 @@
{
"name": "Resource",
"displayName": "Resource",
"displayNameKey": "Role_Resource",
"kind": "Grouping"
}
],
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 @@
{
"Role_Legend": "Legend",
"Role_Task": "Task",
"Role_StartDate": "Start Date",
"Role_Duration": "Duration",
"Role_Completion": "% Completion"
"Role_Resource": "Resource",
"Visual_General": "General",
"Visual_GroupTasks": "Group Tasks",
"Visual_Legend": "Legend",
Expand Down

0 comments on commit a78e87a

Please sign in to comment.