Update i18n.md

Fix a link being inside backticks, which broke the formatting.
This commit is contained in:
Stephen Shkardoon 2014-05-29 13:13:45 +12:00
parent d9c037bb69
commit 6b410aa9a0

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)).