Skip to content
Snippets Groups Projects
Commit 5fb05c06 authored by Paul Pestov's avatar Paul Pestov
Browse files

feat: check for karshuni in search result item

parent 91f999f0
No related branches found
No related tags found
No related merge requests found
Pipeline #230624 passed
......@@ -71,7 +71,7 @@ export default {
getItemUrl(item) {
let language = '';
if (item.lang === 'ara') {
if (item.lang === 'ara' || item.lang === 'karshuni') {
language = 'arabic-karshuni';
} else if (item.lang === 'syc') {
language = 'syriac';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment