Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Dec 4, 2024
2 parents b38981f + 81f18d4 commit 894b208
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/.artifacts/cms/5.x/config-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,17 @@ Each locale alias should be defined as an array with the following keys:
- `aliasOf`: The original locale ID
- `displayName`: The locale alias’s display name _(optional)_
::: code
```php Static Config
->localeAliases([
'smj' => [
'aliasOf' => 'sv',
'displayName' => 'Lule Sámi',
],
])
```
:::
### `maxBackups`
Expand Down

0 comments on commit 894b208

Please sign in to comment.