Skip to content

Commit

Permalink
Merge pull request #238 from linogaliana/patch-1
Browse files Browse the repository at this point in the history
correction typo
  • Loading branch information
garronej authored Jun 17, 2021
2 parents 19d73df + 10e2ac8 commit 0ae8a6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/app/i18n/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ export const resources = id<Record<SupportedLanguage, Translations>>({
},
"MyServicesButtonBar": {
"refresh": "Rafraîchir",
"launch": "Nouveau servcie",
"launch": "Nouveau service",
"password": "Copier le mot de passe",
"trash": "Arrêter tous"
},
Expand Down
10 changes: 5 additions & 5 deletions src/app/i18n/useMoment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ export const { useFromNow } = (() => {
} as const;
/* spell-checker: disable */
case "fr": return {
"past1": "il y a une heur",
"pastN": "il y a # heurs",
"future1": "dans une heur",
"futureN": "dans # heurs"
"past1": "il y a une heure",
"pastN": "il y a # heures",
"future1": "dans une heure",
"futureN": "dans # heures"
} as const;
/* spell-checker: enable */
}
Expand Down Expand Up @@ -373,4 +373,4 @@ export const { useFromNow } = (() => {

return { useFromNow };

})();
})();

0 comments on commit 0ae8a6c

Please sign in to comment.