mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
Fixed table markdown
This commit is contained in:
parent
03ac2fadec
commit
f35b0bcc0e
@ -262,20 +262,21 @@ Caution: There is no versioning for translation groups,
|
|||||||
meaning associating an object with a group will affect both stage and live records.
|
meaning associating an object with a group will affect both stage and live records.
|
||||||
|
|
||||||
SiteTree database table (abbreviated)
|
SiteTree database table (abbreviated)
|
||||||
|
|
||||||
| ID | URLSegment | Title | Locale |
|
| ID | URLSegment | Title | Locale |
|
||||||
| -- | ---------- | ----- | ------ |
|
| -- | ---------- | --------- | ------ |
|
||||||
| 1 | about-us | About us | en_US |
|
| 1 | about-us | About us | en_US |
|
||||||
| 2 | ueber-uns | Über uns | de_DE |
|
| 2 | ueber-uns | Über uns | de_DE |
|
||||||
| 3 | contact | Contact | en_US |
|
| 3 | contact | Contact | en_US |
|
||||||
|
|
||||||
SiteTree_translationgroups database table
|
SiteTree_translationgroups database table
|
||||||
|
|
||||||
| TranslationGroupID | OriginalID |
|
| TranslationGroupID | OriginalID |
|
||||||
| ------------------ | ---------- |
|
| ------------------ | ---------- |
|
||||||
| 99 | 1 |
|
| 99 | 1 |
|
||||||
| 99 | 2 |
|
| 99 | 2 |
|
||||||
| 199 | 3 |
|
| 199 | 3 |
|
||||||
|
|
||||||
|
|
||||||
### CharacterSets
|
### CharacterSets
|
||||||
|
|
||||||
<div class="warning" markdown='1'>
|
<div class="warning" markdown='1'>
|
||||||
|
Loading…
Reference in New Issue
Block a user