From 331379a1df4f0c72ddb1f420ba0b7db9a13ae845 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Thu, 29 May 2025 22:01:05 +0200 Subject: [PATCH] (pl)(nouns) fix declension of "astronautxa" --- locale/pl/nouns/iksatywy.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/locale/pl/nouns/iksatywy.vue b/locale/pl/nouns/iksatywy.vue index cd03f8277..e090a4da2 100644 --- a/locale/pl/nouns/iksatywy.vue +++ b/locale/pl/nouns/iksatywy.vue @@ -27,6 +27,23 @@ const xDeclension = new NounDeclension({ W_pl: 'xx', }); +const xTkaDeclension = new NounDeclension({ + M: 'txa', + D: 'txi', + C: 'txe', + B: 'txę', + N: 'txą', + Msc: 'txe', + W: 'tx', + M_pl: 'txx', + D_pl: 'txx', + C_pl: 'txx', + B_pl: 'txx', + N_pl: 'txx', + Msc_pl: 'txx', + W_pl: 'txx', +}); + const { $translator: translator } = useNuxtApp(); const config = useConfig(); @@ -45,7 +62,7 @@ const xNouns = [ mascPl: 'astronauci', femPl: 'astronautki', neutrPl: 'astronautxx', - declension: xDeclension, + declension: xTkaDeclension, }), new Noun(config, { id: 'Europejczyk',