added portuguese translations (#446)

This commit is contained in:
Matheus
2018-11-28 15:22:05 -02:00
committed by Kevin Papst
parent 2d6109d587
commit 54d06462fc
14 changed files with 1173 additions and 2 deletions

View File

@@ -43,3 +43,11 @@ parameters:
locale: en
app_locales: en|de|ru|it|xx
```
## Check for missing translations
When you search for missing keys, please use this command:
```bash
bin/console debug:translation --only-missing de
```
and replace `de` with your locale.