diff --git a/docs/en/topics/i18n.md b/docs/en/topics/i18n.md index 6b0dd9604..f1718fb16 100644 --- a/docs/en/topics/i18n.md +++ b/docs/en/topics/i18n.md @@ -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)).