Skip to content

Commit 401f44e

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 84bddb2 + 0512a5f commit 401f44e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/.artifacts/cms/4.x/config-general.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,6 +1577,15 @@ CRAFT_TRANSLATION_DEBUG_OUTPUT=true
15771577
```
15781578
:::
15791579

1580+
The symbols are as follows:
1581+
1582+
| Symbol | Example | Category |
1583+
| `$` | `$Date Field$` | Site |
1584+
| `@` | `@Entry Type@` | Application |
1585+
| `%` | `%Object Template% | Other (plugin or custom source) |
1586+
1587+
Translations _may_ be nested or surrounded by multiple symbols.
1588+
15801589

15811590

15821591
### `useEmailAsUsername`

docs/.artifacts/cms/5.x/config-general.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,6 +1693,15 @@ CRAFT_TRANSLATION_DEBUG_OUTPUT=true
16931693
```
16941694
:::
16951695

1696+
The symbols are as follows:
1697+
1698+
| Symbol | Example | Category |
1699+
| `$` | `$Date Field$` | Site |
1700+
| `@` | `@Entry Type@` | Application |
1701+
| `%` | `%Object Template% | Other (plugin or custom source) |
1702+
1703+
Translations _may_ be nested or surrounded by multiple symbols.
1704+
16961705

16971706

16981707
### `useEmailAsUsername`

0 commit comments

Comments
 (0)