symfony-cmf/sonata-phpcr-admin-integration-bundle

Add missing translation ids

ElectricMaxxx opened this issue · 1 comments

(for all defined languages)

Dashboard:
auswahl_066

List Content:
auswahl_067

List SimpleBlock
auswahl_068

menu node create:
auswahl_069

route create:
auswahl_070

content create:
auswahl_071

Only some CmfSonataAdminIntegrationBundle are relevant here. This means these have to be added:

  • Content
    • form.label_key
    • form.label_value
  • Routing
    • Change route options/defaults to set label_format to form.label_%name%
    • form.label_compiler_class
    • form.label_controller
    • form.label_template
    • form.label_type
  • Common (only added for EN, need to be added in other languages, see translation files in the content bundle for most other translations)
    • filter.label_name
    • filter.label_title

All others are either CMF sandbox specific (the demo_seo_content ones) or automatic translations that don't have to be translate (most other ones.)