Skip to content

Commit

Permalink
💬 Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella committed Sep 21, 2024
1 parent 4f24392 commit fcf42a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/contribute/translations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ If a sentence ends with a period (.) or a colon (:), you will want to include th

### Variables

Variables are placeholders for content which can change. They look like this:
Variables are placeholders for content that can change. They look like this:

```
Hi {name}, welcome back!
```

`{name}` is a variable which will be replaced with the user's name. Please make sure variables remain unchanged when translating.
`{name}` is a variable that will be replaced with the user's name. Please make sure variables remain unchanged when translating.

```
❌ Salut {nom}, bienvenue!
Expand Down

0 comments on commit fcf42a4

Please sign in to comment.