[pl] comment out the inclusive dictionary for now

This commit is contained in:
Avris 2020-11-29 23:26:38 +01:00
parent 817ae1c236
commit 9eda4a7933
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -23,7 +23,7 @@
neuterNouns: 'deer',
dukajNouns: 'ghost',
personNouns: 'user-friends',
inclusive: 'book-heart',
// inclusive: 'book-heart',
}
};
},