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

Dev

parent 998073bd
No related branches found
Tags release_2022-03-28
No related merge requests found
......@@ -6,8 +6,9 @@
</header>
<div class = "banner" aria-hidden="true" :class="$vuetify.breakpoint">
<div v-if="show_banner_text">
<a href="/" tabindex="-1">
<h1 :class="$vuetify.breakpoint.name">Ordbøkene</h1>
<p class="sub-title">{{$t("sub_title")}}</p>
<p class="sub-title">{{$t("sub_title")}}</p></a>
</div>
</div>
......
......@@ -3,7 +3,7 @@
<span class="inflection-wrapper" v-if="inflected">
<v-btn v-if="!always_expand" class="show-inflection" x-small text rounded @click.native="toggle" :class="$vuetify.breakpoint.name">
<v-btn v-if="!($store.state.inflectionExpanded && $route.name)" class="show-inflection" x-small text rounded @click.native="toggle" :class="$vuetify.breakpoint.name">
<span>{{inflection_expanded? $t('article.hide_inflection', $parent.content_locale):$t('article.show_inflection', $parent.content_locale)}}</span><span class = "inflection-arrow"><v-icon x-small right>{{this.inflection_expanded? "remove_circle" : "add_circle"}}</v-icon></span>
</v-btn>
<div class="inflection-canvas" v-if="inflection_expanded || always_expand">
......
......@@ -86,7 +86,7 @@
"settings": {
"title": "Innstillingar",
"inflection_no": "Vis bøyingskodane frå dei trykte ordbøkene",
"inflection_expanded": "Vis alltid bøyingstabellane i utvida artiklar",
"inflection_expanded": "Vis alltid bøyingstabellane i fullstendige artiklar",
"locale": {
"title": "Språk",
"description": "Her kan du velje om du vil ha bokmål, nynorsk eller engelsk som språk på knappar, meldingar og menyar. Dette påverkar ikkje tydingar, døme og faste uttrykk i ordbøkene: Bokmålsordboka kjem framleis til å vere på bokmål, og Nynorskordboka kjem til å vere på nynorsk."
......
......@@ -98,7 +98,7 @@
"settings": {
"title": "Innstillinger",
"inflection_no": "Vis bøyningskodene fra de trykte ordbøkene",
"inflection_expanded": "Vis alltid bøyningstabellene i utvidede artikler",
"inflection_expanded": "Vis alltid bøyningstabellene i fullstendige artikler",
"locale": {
"title": "Språk" ,
"description": "Her kan du endre språk eller målform på knapper, meldinger og menyer. Dette vil ikke påvirke definisjoner og eksempler i ordbøkene: Bokmålsordboka vil fortsatt være på bokmål, og Nynorskordboka vil være på nynorsk"
......
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