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