You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 satır
567B

  1. a2lix_translation_form:
  2. locale_provider: default # [1]
  3. locales: [ fr, en ] # [1-a]
  4. default_locale: fr # [1-b]
  5. required_locales: [ ] # [1-c]
  6. # templating: "@A2lixTranslationForm/bootstrap_4_layout.html.twig" # [2]
  7. # [1] Custom locale provider service id. Default one relies on [1-*] values:
  8. # [1-a] List of translations locales to display
  9. # [1-b] Default locale
  10. # [1-c] List of required translations locales
  11. # [2] The default template is Twitter Bootstrap compatible. You can redefine your own here