mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
(pl)(nouns) fix declension of "astronautxa"
This commit is contained in:
parent
ced9641315
commit
331379a1df
@ -27,6 +27,23 @@ const xDeclension = new NounDeclension({
|
|||||||
W_pl: 'xx',
|
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 { $translator: translator } = useNuxtApp();
|
||||||
const config = useConfig();
|
const config = useConfig();
|
||||||
|
|
||||||
@ -45,7 +62,7 @@ const xNouns = [
|
|||||||
mascPl: 'astronauci',
|
mascPl: 'astronauci',
|
||||||
femPl: 'astronautki',
|
femPl: 'astronautki',
|
||||||
neutrPl: 'astronautxx',
|
neutrPl: 'astronautxx',
|
||||||
declension: xDeclension,
|
declension: xTkaDeclension,
|
||||||
}),
|
}),
|
||||||
new Noun(config, {
|
new Noun(config, {
|
||||||
id: 'Europejczyk',
|
id: 'Europejczyk',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user