-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
major bump
- Loading branch information
Showing
4 changed files
with
3,592 additions
and
4,327 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Contributing guidelines | ||
Please do the following steps before submitting a PR, doing this will help progress your fix into the template. | ||
|
||
1. Have you ran `npm run dev` to see if the template works? Have you checked all of the pages to make sure they are still functional? | ||
2. Have you ran `npm run prod` to see if the template works in production? Have you checked all of the pages to make sure they are still functional? | ||
3. Have you ran `npm run dist-[windows|mac|linux|all]` to make sure the app is packaged correctly and works if you install it? | ||
1. Have you ran `npm run test` to ensure the unit tests are working? | ||
2. Have you ran `npm run dev` to see if the template works? Have you checked all of the pages to make sure they are still functional? | ||
3. Have you ran `npm run prod` to see if the template works in production? Have you checked all of the pages to make sure they are still functional? | ||
4. Have you ran `npm run dist-[windows|mac|linux|all]` to make sure the app is packaged correctly and works if you install it? |
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,28 +1,28 @@ | ||
{ | ||
"Hello": "Bonjour", | ||
"File": "Fichier", | ||
"Exit": "Sortie", | ||
"Exit": "Quitter", | ||
"Edit": "Éditer", | ||
"Undo": "Annuler", | ||
"Redo": "Refaire", | ||
"Redo": "Rétablir", | ||
"Cut": "Couper", | ||
"Copy": "Copie", | ||
"Paste": "Pâte", | ||
"Copy": "Copier", | ||
"Paste": "Coller", | ||
"Delete": "Effacer", | ||
"Select All": "Tout sélectionner", | ||
"View": "Vue", | ||
"Reload": "Recharger", | ||
"Force Reload": "Forcer le rechargement", | ||
"Toggle Developer Tools": "Toggle Outils de développement", | ||
"Force Reload": "Rechargement forcé", | ||
"Toggle Developer Tools": "Outils de développement", | ||
"Reset Zoom": "Réinitialiser le zoom", | ||
"Zoom In": "Agrandir", | ||
"Zoom Out": "Dézoomer", | ||
"Zoom Out": "Réduire", | ||
"Toggle Fullscreen": "Basculer en plein écran", | ||
"Language": "Langue", | ||
"Window": "Fenêtre", | ||
"Minimize": "Minimiser", | ||
"Zoom": "Zoom", | ||
"Close": "Proche", | ||
"Help": "Aidez-moi", | ||
"Learn More": "Apprendre encore plus" | ||
"Close": "Fermer", | ||
"Help": "Aide", | ||
"Learn More": "En apprendre plus" | ||
} |
Oops, something went wrong.