Merge pull request #3171 from ss23/patch-4

Update i18n.md
This commit is contained in:
Damian Mooyman 2014-05-29 14:34:10 +12:00
commit 083c0e083b

View File

@ -204,7 +204,7 @@ You'll need to install PHPUnit to run the text collector (see [testing-guide](/t
## Language definitions
Each module can have one language table per locale, stored by convention in the `lang/` subfolder.
The translation is powered by `[Zend_Translate](http://framework.zend.com/manual/en/zend.translate.html)`,
The translation is powered by [Zend_Translate](http://framework.zend.com/manual/en/zend.translate.html),
which supports different translation adapters, dealing with different storage formats.
By default, SilverStripe 3.x uses a YAML format (through the [Zend_Translate_RailsYAML adapter](https://github.com/chillu/zend_translate_railsyaml)).