Sorry, we don't support your browser.  Install a modern browser

"Reset Translated Field" in Panel#252

After adding a translation in a secondary language it is not possisble to reset the translated field in the panel and let it fallback to the primary language again. Leaving it empty is saved as an empty string, rather than null because it could be intentional.

It would be awesome to have an action to reset a certain field to null and remove the translation completely in the panel.

(Based on this question in the forum: https://forum.getkirby.com/t/reset-translation-for-blocks-field/21403)

3 years ago

For us coders it’s OK, but asking a client to open an FTP and erase the translation entry after locating the correct file is a different story.

A client-accessible but time-consumeing solution I found is to install kirby-translations which offers a button to delete a language file completely, then they have to fill everything in again. https://github.com/flokosiol/kirby-translations/tree/kirby3

3 years ago