Skip to content

Commit

Permalink
Improve based on revision
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemMakesApps authored and Ovilia committed May 6, 2019
1 parent 6bea8de commit 3757de2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/langEN.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,21 @@ export default {
aria: {
general: {
withTitle: 'This is a chart about "{title}"',
withoutTitle: 'This is a chart'
withoutTitle: 'This is a chart,'
},
series: {
single: {
prefix: '',
withName: 'This is a chart with type {seriesType} named {seriesName}.',
withName: ', and this is a chart with type {seriesType} named {seriesName}.',
withoutName: 'This is a chart with type {seriesType}.'
},
multiple: {
prefix: 'This chart consists of {seriesCount} series count.',
withName: 'The {seriesId} series is a {seriesType} representing {seriesName},',
withName: ', and the {seriesId} series is a {seriesType} representing {seriesName},',
withoutName: 'The {seriesId} series is a {seriesType},',
separator: {
middle: '',
end: ''
middle: ';',
end: '.'
}
}
},
Expand All @@ -83,7 +83,7 @@ export default {
withName: 'The data for {name} is {value}',
withoutName: '{value}',
separator: {
middle: '',
middle: ',',
end: ''
}
}
Expand Down

0 comments on commit 3757de2

Please sign in to comment.