Skip to content

Allow multiline translations in JSON files fixes #9

Thomas Flori requested to merge multiline-translations into master

added filter for non-string values in translations and allow arrays of strings

Translations can only by strings. Also the combined translations (or multiline translations) can only contain strings.

Merge request reports