Skip to content

Commit

Permalink
Minor typo fixes (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavodpont authored and Gilles Gauthier committed Feb 19, 2018
1 parent 567134c commit 13dc5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 13dc5b1

Please sign in to comment.