Skip to content

Commit

Permalink
feat: added new translations in Makefile
Browse files Browse the repository at this point in the history
And updated all the translations themselves.

Issue: openedx/wg-frontend#119
PR: openedx#260
  • Loading branch information
abdullahwaheed authored and moonesque committed Nov 11, 2023
1 parent 2e07bc5 commit 7fff5e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 76 deletions.
1 change: 1 addition & 0 deletions src/i18n/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import faIRMessages from './messages/fa_IR.json';
// no need to import en messages-- they are in the defaultMessage field
import es419Messages from './messages/es_419.json';
import frMessages from './messages/fr.json';
import es419Messages from './messages/es_419.json';
import zhcnMessages from './messages/zh_CN.json';
// no need to import en messages-- they are in the defaultMessage field
import ruMessages from './messages/ru.json';
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"gradebook.GradesView.EditModal.Overrides.reasonHeader": "Motif",
"gradebook.GradesTab.usersVisibilityLabel'": "Affiche {filteredUsers} des {totalUsers} apprenants totaux",
"gradebook.GradesView.editFilterLabel": "Editer les filtres",
"gradebook.GradesView.table.headings.email": "Email*",
"gradebook.GradesView.table.headings.email": "Email",
"gradebook.GradesView.table.headings.totalGrade": "Note totale (%)",
"gradebook.GradesView.table.headings.username": "Nom d’utilisateur",
"gradebook.GradesView.table.labels.studentKey": "Clé d'étudiant",
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/messages/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"gradebook.GradesView.EditModal.Overrides.reasonHeader": "Reason",
"gradebook.GradesTab.usersVisibilityLabel'": "Showing {filteredUsers} of {totalUsers} total learners",
"gradebook.GradesView.editFilterLabel": "Edit Filters",
"gradebook.GradesView.table.headings.email": "Email*",
"gradebook.GradesView.table.headings.email": "Email",
"gradebook.GradesView.table.headings.totalGrade": "Total Grade (%)",
"gradebook.GradesView.table.headings.username": "Username",
"gradebook.GradesView.table.labels.studentKey": "Student Key*",
Expand Down Expand Up @@ -70,4 +70,4 @@
"gradebook.GradesTab.FilterBadges.courseGrade": "Course Grade",
"gradebook.GradesTab.FilterBadges.includeCourseRoleMembers": "Include Course Team Members",
"gradebook.GradesTab.FilterBadges.track": "Track"
}
}
73 changes: 0 additions & 73 deletions src/i18n/transifex_input.json

This file was deleted.

0 comments on commit 7fff5e2

Please sign in to comment.