activated spanish, french and italian

This commit is contained in:
Kevin Papst
2018-08-18 23:25:38 +02:00
committed by Kevin Papst
parent 3241c73e7c
commit 142369d651
5 changed files with 15 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ The files in `translations/` as a quick overview:
- `sidebar` holds all the translations of the right sidebar
- `validators` only hold translations related to violations/validation of submitted form data (or API calls)
## Add a new language
## Adding a new language
As example I choose a new hypothetical language with the locale `xx`.
@@ -40,4 +40,3 @@ parameters:
locale: en
app_locales: en|de|ru|it|xx
```