Merge content types translations
This commit is contained in:
parent
f91e4a5801
commit
292cdfb24b
9 changed files with 10 additions and 16 deletions
|
@ -106,7 +106,7 @@
|
|||
<label for="postContentType" class="select">
|
||||
<select id="postContentType" v-model="postContentTypeLocal">
|
||||
<option v-for="postFormat in postFormats" :key="postFormat" :value="postFormat">
|
||||
{{$t(`settings.post_formats["${postFormat}"]`)}}
|
||||
{{$t(`post_status.content_type["${postFormat}"]`)}}
|
||||
{{postContentTypeDefault === postFormat ? $t('settings.instance_default_simple') : ''}}
|
||||
</option>
|
||||
</select>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue