Skip to content
Snippets Groups Projects
Commit def3c0c5 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Merge branch 'hotfix-misc' into 'prod'

Hotfix misc

See merge request spraksamlingane/beta.ordbok.uib.no!115
parents 0f54d483 0d23fcdf
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@
size="120"></v-progress-circular>
</div>
<div id="single_article_container"
v-if="article" :class="$store.state.searchRoute && lang == 'bm,nn' ? article.dictionary : null">
v-if="article" :class="$store.state.searchRoute && $vuetify.breakpoint.mdAndUp && lang == 'bm,nn' ? article.dictionary : null">
<Article :key="article_key"
:article="article"
title_id="result0"
......
......@@ -64,7 +64,7 @@ Examples:
<p>Søket “<a href="https://ordbokene.no/bm,nn/search?q=f%C3%B8rsk%25l%C3%A6r_r&scope=ei">førsk%lær_r</a>” gives resutls for “førskolelærer” (pre-school teacher) in the Bokmål dictionary and “førskolelærar/førskulelærar” (pre-school teacher) in the Nynorsk dictionary.</p>
<h3>Combine search terms</h3>
<p>The symbol <span class="search_symbol">|</span> allows you to search in several search words at the same tiem. You can also combine search words that contain wildcard symbols.</p>
<p>The symbol <span class="search_symbol">|</span> allows you to use in several search words at the same time. You can also combine search words that contain wildcard symbols.</p>
Examples:
<p>The search “<a href="https://ordbokene.no/bm,nn/search?q=kj%C3%A6rlighet%7Ckj%C3%A6rleik&scope=ei">kjærlighet|kjærleik</a>” yields the result “kjærlighet” in the Bokmål dictionary and “kjærleik” (love) in the Nynorsk dictionary.</p>
......
......@@ -119,7 +119,7 @@
"share": "Share the word",
"copy_link": "Copy link",
"cite": "Cite",
"cite_description": ["If you want to cite this article in the ", "we recommend that you state when the article was retrieved (read), e. g. as follows:"],
"cite_description": ["If you want to cite this article in the ", " we recommend that you state when the article was retrieved (read), e. g. as follows:"],
"copy": "Copy",
"download": "Download RIS file",
"link_copied": "Link copied to the clipboard",
......
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