This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Zaimki/locale/pl/nouns/NounsNav.vue

9 lines
378 B
Vue
Raw Normal View History

2020-11-16 13:22:04 -08:00
<template>
2021-08-30 02:36:57 -07:00
<Submenu :links="[
{name: 'nouns.neuterNouns.header', icon: 'deer', route: 'neutratywy'},
{name: 'nouns.dukajNouns.header', icon: 'ghost', route: 'dukatywy'},
{name: 'nouns.personNouns.header', icon: 'user-friends', route: 'osobatywy'},
{name: 'nouns.xNouns.header', icon: 'comment-times', route: 'iksatywy'},
]"/>
2020-11-16 13:22:04 -08:00
</template>