Skip to content

Commit

Permalink
Update Resources/doc/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Girard committed May 24, 2012
1 parent 4b5a9a6 commit 3f8e66e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/doc/index.md
Expand Up @@ -36,7 +36,7 @@ ___________________
Configuration Configuration
============= =============


This is the full configuration tree with default values: This is the full configuration tree with default values, only `fallback_locale` and `managed_locales` are required:


# app/config/config.yml # app/config/config.yml
lexik_translation: lexik_translation:
Expand All @@ -48,8 +48,8 @@ This is the full configuration tree with default values:
type: all # resources type to register: "all", "files" or "database" type: all # resources type to register: "all", "files" or "database"
managed_locales_only: true # only load resources for managed locales managed_locales_only: true # only load resources for managed locales
classes: classes:
translator: "Lexik\Bundle\TranslationBundle\Translation\Translator" # translator service class translator: Lexik\Bundle\TranslationBundle\Translation\Translator # translator service class
database_loader: "Lexik\Bundle\TranslationBundle\Translation\Loader\DatabaseLoader" # database loader class database_loader: Lexik\Bundle\TranslationBundle\Translation\Loader\DatabaseLoader # database loader class


*Note that MongoDB 2.0.0 or later is required if you choose to use MongoDB to store translations.* *Note that MongoDB 2.0.0 or later is required if you choose to use MongoDB to store translations.*


Expand Down

0 comments on commit 3f8e66e

Please sign in to comment.