diff --git a/Resources/doc/index.md b/Resources/doc/index.md index d9b8322d..b839c53b 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -111,7 +111,7 @@ lexik_translation: ``` You can choose the resource's type you want to load, by default the bundle will load translations from files + database, but you can choose to use only one of these two resource types. -Note that if you use files + database, if a translation exists in both resources, the value from the database will override the files' translation because the database is loaded after. +Note that if you use files + database, if a translation exists in both resources, the value from the database will override the file's translation because the database is loaded after. By default the bundle will only load resources for managed locales. ```yml @@ -178,7 +178,7 @@ To import translations files content into your database just run the following c ./bin/console lexik:translations:import [bundleName] [--cache-clear] [--force] [--globals] -This command will import all application and bundles translations files according to the `managed_locales` defined in configuration (it will also load tanslations from SF conponents). +This command will import all application and bundles translations files according to the `managed_locales` defined in configuration (it will also load tanslations from SF components). Command arguments: * `bundle`: Import translations for this specific bundle.