-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1299 from openedx/ammar/translate-hovertemplate-a…
…nd-legends feat: translate chart hover template and legend
- Loading branch information
Showing
14 changed files
with
163 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
import { defineMessages } from '@edx/frontend-platform/i18n'; | ||
|
||
const messages = defineMessages({ | ||
skill: { | ||
id: 'advance.analytics.skill.label', | ||
defaultMessage: 'Skill', | ||
}, | ||
enrollments: { | ||
id: 'advance.analytics.enrollments.label', | ||
defaultMessage: 'Enrollments', | ||
}, | ||
completions: { | ||
id: 'advance.analytics.completions.label', | ||
defaultMessage: 'Completions', | ||
}, | ||
date: { | ||
id: 'advance.analytics.date.label', | ||
defaultMessage: 'Date', | ||
}, | ||
course: { | ||
id: 'advance.analytics.course.label', | ||
defaultMessage: 'Course', | ||
}, | ||
subject: { | ||
id: 'advance.analytics.subject.label', | ||
defaultMessage: 'Subject', | ||
}, | ||
learningHours: { | ||
id: 'advance.analytics.learning.hours.label', | ||
defaultMessage: 'Learning Hours', | ||
}, | ||
'Common Skill': { | ||
id: 'advance.analytics.common.skill.label', | ||
defaultMessage: 'Common Skill', | ||
}, | ||
'Specialized Skill': { | ||
id: 'advance.analytics.specialized.skill.label', | ||
defaultMessage: 'Specialized Skill', | ||
}, | ||
'Hard Skill': { | ||
id: 'advance.analytics.hard.skill.label', | ||
defaultMessage: 'Hard Skill', | ||
}, | ||
'Soft Skill': { | ||
id: 'advance.analytics.soft.skill.label', | ||
defaultMessage: 'Soft Skill', | ||
}, | ||
Certification: { | ||
id: 'advance.analytics.certification.label', | ||
defaultMessage: 'Certification', | ||
}, | ||
}); | ||
|
||
export default messages; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters