Daandelange / kirby3-TranslatedLayout

A layout field with embedded translation logic.
MIT License
17 stars 1 forks source link

Duplicate keys in default languages prevents saving translations #7

Open Daandelange opened 1 year ago

Daandelange commented 1 year ago

When the default language content file contains duplicate/empty layout-or-block-IDs, saving their translations is broken. To fix, manually rename all IDs to unique ones in the default language.

Todo: show a warning on save in the default language when this happens.