mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Updated towards tobias comments
This commit is contained in:
parent
438f31ff05
commit
1702cb73e7
1 changed files with 6 additions and 6 deletions
12
doc/FAQ.md
12
doc/FAQ.md
|
@ -86,9 +86,9 @@ A question mark is required for the separation between url and parameters.
|
|||
Example:
|
||||
|
||||
https://social.example.com/profile/example
|
||||
|
||||
in German:
|
||||
|
||||
|
||||
in German:
|
||||
|
||||
https://social.example.com/profile/example?lang=de.
|
||||
|
||||
If the question mark is already in the url you need to do it using a ampersand.
|
||||
|
@ -96,9 +96,9 @@ If the question mark is already in the url you need to do it using a ampersand.
|
|||
Example:
|
||||
|
||||
https://social.example.com/profile/example?tab=profile
|
||||
|
||||
in German:
|
||||
|
||||
|
||||
in German:
|
||||
|
||||
https://social.example.com/profile/example?tab=profile&lang=de.
|
||||
|
||||
When a certain language is forced, the language remains until session is closed.
|
||||
|
|
Loading…
Reference in a new issue