Skip to content

Commit

Permalink
Highlighted PHP syntax and some minor tweaks for consistency (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw authored and Nyholm committed Dec 16, 2017
1 parent a1e10ec commit a443c18
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Readme.md
Expand Up @@ -17,9 +17,7 @@ composer require php-translation/loco-adapter
##### Symfony bundle

If you want to use the Symfony bundle you may activate it in kernel:

```
<?php
```php
// app/AppKernel.php

public function registerBundles()
Expand All @@ -32,7 +30,7 @@ public function registerBundles()
```

If you have one Loco project per domain you may configure the bundle like this:
``` yaml
```yaml
# /app/config/config.yml
translation_adapter_loco:
projects:
Expand All @@ -43,8 +41,7 @@ translation_adapter_loco:
```

If you just doing one project and have tags for all your translation domains you may use this configuration:
``` yaml

```yaml
# /app/config/config.yml
translation_adapter_loco:
projects:
Expand Down

0 comments on commit a443c18

Please sign in to comment.