Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slafayIGN committed Dec 20, 2024
1 parent 4e9dba0 commit 84db94b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developer/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Les chaînes sont habituellement regroupées par un composant, ou parfois par un

> [!IMPORTANT]
> Convention de nommage :
> **[nom du composant]locale.tsx**
> **[nom du composant].locale.tsx**
Voici un exemple d'utilisation avec le composant `Contact` (pages/contact/Contact.tsx) :

Expand Down Expand Up @@ -43,8 +43,8 @@ export type I18n = typeof i18n;
> [!NOTE]
>
> - K : la clé (obligatoire)
> - P : le type des paramètres de la fonction (optionnel, undefined par défaut)
> - R : le type de la valeur retournée par la fonction (optionnel, string par défaut)
> - P : le type des paramètres de la fonction (optionnel, `undefined` par défaut)
> - R : le type de la valeur retournée par la fonction (optionnel, `string` par défaut)
>
> Pour un texte simple, il suffit de déclarer la clé, par exemple "mandatory_fields" ou "title".
>
Expand Down

0 comments on commit 84db94b

Please sign in to comment.