Skip to content

Commit

Permalink
Add German translation for "enter your keyword" (#1183)
Browse files Browse the repository at this point in the history
* add de-translation for enter your keyword

* fix conflict
  • Loading branch information
OscarRG authored Oct 13, 2021
1 parent ad7530a commit 778ecd5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/views/KeywordList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
})"
:key="index"
:to="{ name: 'keyword', params: { keyword: urlEncode(keyword) } }"
>{{ keyword }}</b-list-group-item
>
>{{ keyword }}</b-list-group-item>
</b-list-group>
</div>
</template>
Expand Down Expand Up @@ -51,6 +50,9 @@ export default {
},
"hi": {
"Enter your keyword": "अपना सूचक-शब्द दर्ज करें"
},
"de": {
"Enter your keyword": "Gib dein Stichwort ein"
}
}
</i18n>

0 comments on commit 778ecd5

Please sign in to comment.