Add config opts for email language
This commit is contained in:
parent
a5e861cd01
commit
d39de30221
5 changed files with 46 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<label for="interface-language-switcher">
|
||||
{{ $t('settings.interfaceLanguage') }}
|
||||
{{ promptText }}
|
||||
</label>
|
||||
{{ ' ' }}
|
||||
<Select
|
||||
|
@ -28,8 +28,18 @@ export default {
|
|||
Select
|
||||
},
|
||||
props: {
|
||||
language: String,
|
||||
setLanguage: Function
|
||||
promptText: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
language: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
setLanguage: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
languages () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue