Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor typo fixes on documentation #296

Merged
merged 1 commit into from
Feb 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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