[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> </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>

View File

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