💬 Improvements

This commit is contained in:
Luke Vella 2024-09-21 09:59:42 +01:00
parent 4f24392a99
commit fcf42a4d65
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -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!