-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Merlin Buczek
committed
Sep 25, 2019
1 parent
21c99f8
commit fa27277
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Multilingual Support | ||
~~~~~~~~~~~~~~~~~~~~ | ||
|
||
All pages support translation. The current language can be changed by selecting the appropriate language in the dropdown. | ||
All pages support translation. The current language can be changed by selecting the appropriate language in the dropdown. | ||
Site urls prepending the url with either ``/en/`` or ``/de/`` will always link to the appropriate version. | ||
|
||
Translation | ||
___________ | ||
|
||
* Fields that support translation will appear once for every langugage in the page editor and will be marked as such. | ||
* Fields that support translation will appear once for every language in the page editor and will be marked as such. | ||
* When missing a german translation, the english version will be used instead. When missing an english version, the field will remain empty. | ||
* Multilingual fields provide a button on the right that replaces its content with the content of the transalted field. |