forked from AkkomaGang/akkoma-fe
remove formatting options
This commit is contained in:
parent
49ab19c342
commit
8b94ea28ec
3 changed files with 0 additions and 4 deletions
|
@ -7,7 +7,6 @@ const FeaturesPanel = {
|
||||||
whoToFollow: function () { return this.$store.state.config.suggestionsEnabled },
|
whoToFollow: function () { return this.$store.state.config.suggestionsEnabled },
|
||||||
mediaProxy: function () { return this.$store.state.config.mediaProxyAvailable },
|
mediaProxy: function () { return this.$store.state.config.mediaProxyAvailable },
|
||||||
scopeOptions: function () { return this.$store.state.config.scopeOptionsEnabled },
|
scopeOptions: function () { return this.$store.state.config.scopeOptionsEnabled },
|
||||||
formattingOptions: function () { return this.$store.state.config.formattingOptionsEnabled },
|
|
||||||
textlimit: function () { return this.$store.state.config.textlimit }
|
textlimit: function () { return this.$store.state.config.textlimit }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
<li v-if="whoToFollow">{{$t('features_panel.who_to_follow')}}</li>
|
<li v-if="whoToFollow">{{$t('features_panel.who_to_follow')}}</li>
|
||||||
<li v-if="mediaProxy">{{$t('features_panel.media_proxy')}}</li>
|
<li v-if="mediaProxy">{{$t('features_panel.media_proxy')}}</li>
|
||||||
<li v-if="scopeOptions">{{$t('features_panel.scope_options')}}</li>
|
<li v-if="scopeOptions">{{$t('features_panel.scope_options')}}</li>
|
||||||
<li v-if="formattingOptions">{{$t('features_panel.formatting_options')}}</li>
|
|
||||||
<li>{{$t('features_panel.text_limit')}} = {{textlimit}}</li>
|
<li>{{$t('features_panel.text_limit')}} = {{textlimit}}</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -427,7 +427,6 @@ const en = {
|
||||||
who_to_follow: 'Who to follow',
|
who_to_follow: 'Who to follow',
|
||||||
media_proxy: 'Media proxy',
|
media_proxy: 'Media proxy',
|
||||||
scope_options: 'Scope options',
|
scope_options: 'Scope options',
|
||||||
formatting_options: 'Formatting options',
|
|
||||||
text_limit: 'Text limit'
|
text_limit: 'Text limit'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -961,7 +960,6 @@ const ja = {
|
||||||
who_to_follow: 'おすすめユーザー',
|
who_to_follow: 'おすすめユーザー',
|
||||||
media_proxy: 'メディアプロクシ',
|
media_proxy: 'メディアプロクシ',
|
||||||
scope_options: 'こうかいはんい',
|
scope_options: 'こうかいはんい',
|
||||||
formatting_options: 'リッチテキスト',
|
|
||||||
text_limit: 'もじのかず'
|
text_limit: 'もじのかず'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue