[pl] comment out the inclusive dictionary for now
This commit is contained in:
parent
817ae1c236
commit
9eda4a7933
|
@ -229,6 +229,7 @@
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<!--
|
||||||
<Separator icon="atom-alt"/>
|
<Separator icon="atom-alt"/>
|
||||||
|
|
||||||
<h3 :id="$t('nouns.inclusive.id')">
|
<h3 :id="$t('nouns.inclusive.id')">
|
||||||
|
@ -249,6 +250,7 @@
|
||||||
<InclusiveDictionary ref="inclusivedictionary"/>
|
<InclusiveDictionary ref="inclusivedictionary"/>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
neuterNouns: 'deer',
|
neuterNouns: 'deer',
|
||||||
dukajNouns: 'ghost',
|
dukajNouns: 'ghost',
|
||||||
personNouns: 'user-friends',
|
personNouns: 'user-friends',
|
||||||
inclusive: 'book-heart',
|
// inclusive: 'book-heart',
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Reference in New Issue