mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-06 04:31:50 +02:00
💬 Improvements
This commit is contained in:
parent
4f24392a99
commit
fcf42a4d65
1 changed files with 2 additions and 2 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue