PronounsPage/locale/pl/nouns/NounsNav.vue
2025-02-15 14:27:00 +01:00

11 lines
459 B
Vue

<template>
<Submenu
:links="[
{ header: 'nouns.neuterNouns.header', icon: 'deer', name: 'nouns-pl-neutratywy' },
{ header: 'nouns.dukajNouns.header', icon: 'ghost', name: 'nouns-pl-dukatywy' },
{ header: 'nouns.personNouns.header', icon: 'user-friends', name: 'nouns-pl-osobatywy' },
{ header: 'nouns.xNouns.header', icon: 'comment-times', name: 'nouns-pl-iksatywy' },
]"
/>
</template>