Homepage

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

Questions?

We are always happy to help with any questions you may have.

contact us