TranslationJsonStrategy
Last edit: Oct 26, 2022
Strategy how to set Translation JSON
enum TranslationJsonStrategy {
merge
overwrite
}
Values
merge
Will do the deep merge with existing translations, nothing will be deleted
overwrite
It will remove all existing translations for the given key prefix and replace them with provided values