diff --git a/locale/pl/nouns/dukatywy.vue b/locale/pl/nouns/dukatywy.vue index 3248faf8..04ba7d92 100644 --- a/locale/pl/nouns/dukatywy.vue +++ b/locale/pl/nouns/dukatywy.vue @@ -307,6 +307,7 @@ head() { return head({ title: this.$t('nouns.dukajNouns.header'), + banner: 'img-local/flags/dukaizmy.jpg', description: this.$t('nouns.dukajNouns.info')[0], }); }, diff --git a/locale/pl/nouns/iksatywy.vue b/locale/pl/nouns/iksatywy.vue index 1e17da08..e4830150 100644 --- a/locale/pl/nouns/iksatywy.vue +++ b/locale/pl/nouns/iksatywy.vue @@ -292,6 +292,7 @@ head() { return head({ title: this.$t('nouns.xNouns.header'), + banner: 'img-local/flags/iksatywy.png', description: this.$t('nouns.xNouns.info')[0], }); }, diff --git a/locale/pl/nouns/neutratywy.vue b/locale/pl/nouns/neutratywy.vue index 7f01bca6..110f80e5 100644 --- a/locale/pl/nouns/neutratywy.vue +++ b/locale/pl/nouns/neutratywy.vue @@ -207,6 +207,7 @@ head() { return head({ title: this.$t('nouns.neuterNouns.header'), + banner: 'img-local/flags/łoś.jpg', description: this.$t('nouns.neuterNouns.info')[0], }); },