File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/renderer/components/external-player-settings Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import FtSelect from '../ft-select/ft-select.vue'
5
5
import FtInput from '../ft-input/ft-input.vue'
6
6
import FtToggleSwitch from '../ft-toggle-switch/ft-toggle-switch.vue'
7
7
import FtFlexBox from '../ft-flex-box/ft-flex-box.vue'
8
- import i18n from '../../i18n/index.js'
9
8
10
9
export default Vue . extend ( {
11
10
name : 'ExternalPlayerSettings' ,
@@ -25,7 +24,7 @@ export default Vue.extend({
25
24
} ,
26
25
27
26
externalPlayerNames : function ( ) {
28
- return this . $store . getters . getExternalPlayerNames . map ( ( value ) => i18n . t ( value ) )
27
+ return this . $store . getters . getExternalPlayerNames . map ( ( value ) => this . $ t( value ) )
29
28
} ,
30
29
externalPlayerValues : function ( ) {
31
30
return this . $store . getters . getExternalPlayerValues
You can’t perform that action at this time.
0 commit comments