-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dispatch keywords at the right places
- Loading branch information
Showing
5 changed files
with
29 additions
and
25 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
export let rubriques = [ | ||
{"it":"TODO Revue en ligne","en":"TODO Revue en ligne","fr":"Revue en ligne","selected":false}, | ||
{"it":"TODO Essai","en":"TODO Essai","fr":"Essai","selected":false}, | ||
{"it":"TODO Création","en":"TODO Création","fr":"Création","selected":false}, | ||
{"it":"TODO L'édition papier de Sens-Public","en":"TODO L'édition papier de Sens-Public","fr":"L'édition papier de Sens-Public","selected":false}, | ||
{"it":"TODO Archive","en":"TODO Archive","fr":"Archive","selected":false}, | ||
{"it":"TODO Info revue","en":"TODO Info revue","fr":"Info revue","selected":false}, | ||
{"it":"TODO Lecture","en":"TODO Lecture","fr":"Lecture","selected":false}, | ||
{"it":"TODO Actes de colloque","en":"TODO Actes de colloque","fr":"Actes de colloque","selected":false}, | ||
{"it":"TODO Sommaire dossier","en":"TODO Sommaire dossier","fr":"Sommaire dossier","selected":false}, | ||
{"it":"TODO Entretien","en":"TODO Entretien","fr":"Entretien","selected":false}, | ||
{"it":"TODO Chronique","en":"TODO Chronique","fr":"Chronique","selected":false}, | ||
{"it":"TODO Qui sommes nous ?","en":"TODO Qui sommes nous ?","fr":"Qui sommes nous ?","selected":false}, | ||
{"it":"TODO Infos générales","en":"TODO Infos générales","fr":"Infos générales","selected":false}, | ||
{"it":"TODO Lu sur le web","en":"TODO Lu sur le web","fr":"Lu sur le web","selected":false}, | ||
{"it":"TODO Autres informations","en":"TODO Autres informations","fr":"Autres informations","selected":false} | ||
{"label":"Revue en ligne","selected":false}, | ||
{"label":"Essai","selected":false}, | ||
{"label":"Création","selected":false}, | ||
{"label":"L'édition papier de Sens-Public","selected":false}, | ||
{"label":"Archive","selected":false}, | ||
{"label":"Info revue","selected":false}, | ||
{"label":"Lecture","selected":false}, | ||
{"label":"Actes de colloque","selected":false}, | ||
{"label":"Sommaire dossier","selected":false}, | ||
{"label":"Entretien","selected":false}, | ||
{"label":"Chronique","selected":false}, | ||
{"label":"Qui sommes nous ?","selected":false}, | ||
{"label":"Infos générales","selected":false}, | ||
{"label":"Lu sur le web","selected":false}, | ||
{"label":"Autres informations","selected":false} | ||
]; |