ChillMainBundle: use localize function

This commit is contained in:
2021-04-28 15:55:56 +02:00
parent 4c82e65c1f
commit cab3b1059d
3 changed files with 30 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ services:
arguments:
- "@request_stack"
- "@doctrine.orm.entity_manager"
- "@chill.main.helper.translatable_string"
tags:
- { name: form.type, alias: select2_chill_country }
@@ -31,6 +32,7 @@ services:
arguments:
- "@request_stack"
- "@doctrine.orm.entity_manager"
- "@chill.main.helper.translatable_string"
tags:
- { name: form.type, alias: select2_chill_language }