Initial commit
This commit is contained in:
14
skills/next-intl/reference/features/page.md
Normal file
14
skills/next-intl/reference/features/page.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Page translations
|
||||
|
||||
## General translations
|
||||
|
||||
The structure for pages is pretty simple. Portal pages will just have a title and Inquiry Pages will have a title and a description.
|
||||
|
||||
Follow the general-information structure and afterwards add the following keys / translations:
|
||||
|
||||
```json
|
||||
{
|
||||
"title": "",
|
||||
"description": "" // <-- add description where applicable
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user