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

Merge branch 'hotfix-translation-bug' into 'prod'

fix translation bug

See merge request spraksamlingane/beta.ordbok.uib.no!155
parents a69042c0 686017fc
No related branches found
Tags release_2022-02-24
No related merge requests found
......@@ -25,6 +25,9 @@ export default {
computed: {
link_prefix: function() {
return this.$route.params.lemma ? '../' : './'
},
content_locale: function() {
return this.$parent.content_locale
}
},
beforeCreate: function () {
......
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