3,467
edits
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
===Example=== | ===Example=== | ||
The following example represents a very simple page : | The following example represents a very simple page : | ||
----<languages/> | |||
< | <translation> | ||
<!--T:1--> | |||
First paragraph. | First paragraph. | ||
<!--T:2--> | |||
Second paragraph. | Second paragraph. | ||
<!--T:3--> | |||
Third paragraph. | Third paragraph. | ||
</translation> | |||
<!--T:4--> | |||
Another paragraph. | Another paragraph. | ||
---- | |||
In the following text, paragraphs are segmented in three parts. Each segment can be translated because they are inside a <translation> tag. However, the last paragrah cannot be translated. | In the following text, paragraphs are segmented in three parts. Each segment can be translated because they are inside a <translation> tag. However, the last paragrah cannot be translated. | ||
When changes are saved, it will be possible to make the page translatable by clicking on the link "''Make this page translatable''" at the bottom of the page. | |||
== Add translations to a page == |
edits