MINOR Merged from branches/2.3

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@76306 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-05-06 23:50:19 +00:00
parent b50d564a5c
commit 0cab3bf61e

View File

@ -100,11 +100,11 @@
* *
* <h2>Translation groups</h2> * <h2>Translation groups</h2>
* *
* Each translation can have an associated "master" object in another language which it is based on, * Each translation can have one or more related pages in other languages.
* as defined by the "MasterTranslationID" property. This relation is optional, meaning you can * This relation is optional, meaning you can
* create translations which have no representation in the "default language". * create translations which have no representation in the "default language".
* This "original" doesn't have to be in a default language, meaning * This means you can have a french translation with a german original,
* a french translation can have a german original, without either of them having a representation * without either of them having a representation
* in the default english language tree. * in the default english language tree.
* Caution: There is no versioning for translation groups, * 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.