Eluinhost/UHC

Update messages to allow arrays

Closed this issue · 1 comments

Update message to allow an array of templates/messages (primary use is lore)

some.config.path = ['lore line 1', 'lore line 2', 'lore line 3']
messages.getRawStrings('some.config.path');
message.evalTemplates('some.config.path', ImmutableMap.of(/*snip*/));

this was completed in f4c7c0f