Support list type for language-specific string

Hey @hyunseok

Yes, that’s right. Only one value per language is supported even if the predicate is of list type. The way to insert multiple language specific strings would be to have a predicate dedicated to a language.

So you could have

common.topic.alias.en: [string] @index(exact) .

Then you could insert multiple values for the same language.

1 Like