Merge content types translations

This commit is contained in:
Edijs 2019-03-06 20:13:04 -08:00
parent f91e4a5801
commit 292cdfb24b
9 changed files with 10 additions and 16 deletions

View file

@ -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>