Documentation regarding dictionary setting in its example suggests using commas in hash instead of newlines, when separating key - value pairs. (This applies to current version too.) This is very misleading, as top results for "translate" search on Discuss suggest using arrays: e.g. here and here.
Yet, the source asciidoc document displays correct example with hash entries separated by newlines - it was fixed 3 months ago by this commit. Looks like documentation web page was not rendered from GitHub source since then.
Documentation regarding
dictionary
setting in its example suggests using commas in hash instead of newlines, when separating key - value pairs. (This applies to current version too.) This is very misleading, as top results for "translate" search on Discuss suggest using arrays: e.g. here and here.Yet, the source asciidoc document displays correct example with hash entries separated by newlines - it was fixed 3 months ago by this commit. Looks like documentation web page was not rendered from GitHub source since then.