Skip to content
Snippets Groups Projects
Commit 297946a3 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

fikser meta#232

parent 96fd8243
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ export default {
});
hits.forEach(function (hit) {
if (hit.lang_set) {
hit.label = `${hit.word} (${Array.from(hit.lang_set).join(', ')})`
hit.label = `${hit.word} (${Array.from(hit.lang_set).sort().join(', ')})`
}
});
hits.reverse()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment