mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-21 11:35:41 -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',
|
||||
});
|
||||
|
||||
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user