From 9ad1636249d7fac265a8079290a1be57a98d0778 Mon Sep 17 00:00:00 2001 From: Avris Date: Mon, 26 Jul 2021 20:22:35 +0200 Subject: [PATCH] [de] wip --- locale/de/nouns/NounsExtra.vue | 58 ++++++++++++++++++++++++++++ locale/de/nouns/cases.js | 7 +++- locale/de/pronouns/GrammarTables.vue | 11 +++++- locale/de/pronouns/pronounGroups.tsv | 2 +- locale/de/pronouns/pronouns.tsv | 2 +- locale/pl/config.suml | 4 +- server/routes/profile.js | 4 +- 7 files changed, 80 insertions(+), 8 deletions(-) diff --git a/locale/de/nouns/NounsExtra.vue b/locale/de/nouns/NounsExtra.vue index 885db0d6..3f993034 100644 --- a/locale/de/nouns/NounsExtra.vue +++ b/locale/de/nouns/NounsExtra.vue @@ -1,6 +1,64 @@ + + diff --git a/locale/de/nouns/cases.js b/locale/de/nouns/cases.js index b1c6ea43..d4e1d081 100644 --- a/locale/de/nouns/cases.js +++ b/locale/de/nouns/cases.js @@ -1 +1,6 @@ -export default {} +export default { + N: 'wer?', + G: 'wessen?', + D: 'wem?', + A: 'wen?', +} diff --git a/locale/de/pronouns/GrammarTables.vue b/locale/de/pronouns/GrammarTables.vue index 717f96fe..421fa0a2 100644 --- a/locale/de/pronouns/GrammarTables.vue +++ b/locale/de/pronouns/GrammarTables.vue @@ -9,20 +9,27 @@ + - + + - + + + + + +
Nominativ Dativ Akkusativ GenitivArtikel
Pronomen
Artikel
diff --git a/locale/de/pronouns/pronounGroups.tsv b/locale/de/pronouns/pronounGroups.tsv index 60e33e0e..fc3cbab8 100644 --- a/locale/de/pronouns/pronounGroups.tsv +++ b/locale/de/pronouns/pronounGroups.tsv @@ -2,5 +2,5 @@ name pronouns description Normative Pronomen sie,er It's worth mentioning that pronouns ≠ gender. One can still be nonbinary while using pronouns that are congruent with (or opposite to) their gender assigned at birth. Neutrum es Those pronouns have been in common use in normative German already, but usually not for describing a person. But remember that the “es” pronoun has a history of transphobic use, so only use it with people who explicitly wish it. Neopronomen dey,die,el,em,en,et,ey,hän,hen,iks,ind,per,ser,sier,they,xier,zet,ersie Unlike the other pronouns, which are officially recognised as “grammatically correct”, albeit used in a different meaning than we're used to, neopronouns are novel. Not being included in dictionaries doesn't make them any worse, though! Some neoprouns' names are derived from the names of their creators. -Grafische Pronomen er_sie,er*sie,er:sie These pronouns use special typographic characters that are not necessarily meant to be pronounced literally. +Grafische Pronomen er:sie,er*sie,er_sie These pronouns use special typographic characters that are not necessarily meant to be pronounced literally. diff --git a/locale/de/pronouns/pronouns.tsv b/locale/de/pronouns/pronouns.tsv index 4f8bb3ec..bef5381c 100644 --- a/locale/de/pronouns/pronouns.tsv +++ b/locale/de/pronouns/pronouns.tsv @@ -22,4 +22,4 @@ zet Neopronomen „zet“ FALSE zet zerm zern zets dezet dieszet zet zet FALS er_sie Neopronomen „er_sie“ FALSE er_sie ihm_ihr ihn_sie sein_ihr der_die des_der dem_der den_die diese_r _e _in FALSE FALSE FALSE er*sie Neopronomen „er*sie“ FALSE er*sie ihm*ihr ihn*sie sein*ihr der*die des*der dem*der den*die diese*r *e *in FALSE FALSE FALSE er:sie Neopronomen „er:sie“ FALSE er:sie ihm:ihr ihn:sie sein:ihr der:die des:der dem:der den:die diese:r :e :in FALSE FALSE FALSE -ersie Neopronomen „ersie“ FALSE ersie ihmihr ihnsie seinihr derdie desder demder dendie dieseer _e _in ?? FALSE FALSE FALSE +ersie Neopronomen „ersie“ FALSE ersie ihmihr ihnsie seinihr derdie desder demder dendie dieseer _e _in FALSE FALSE FALSE diff --git a/locale/pl/config.suml b/locale/pl/config.suml index 50d81d48..a0e374a9 100644 --- a/locale/pl/config.suml +++ b/locale/pl/config.suml @@ -657,7 +657,7 @@ links: Fajnie by było gdyby te osoby też otworzyły się na naszą niewiedzę i pozwoliły nam popełniać błędy. W końcu nie piszemy o tym wszystkim, bo chcemy dla nich źle. Wręcz przeciwnie. response: > - Nasza odpowiedź: {https://twitter.com/neutratywy/status/1416760234673115140=Thread} + Nasza odpowiedź: {https://twitter.com/neutratywy/status/1416760234673115140=Wątek na Twitterze} - icon: 'newspaper' url: 'https://www.glamour.pl/artykul/emma-corrin-jest-osoba-niebinarna-gwiazda-the-crown-oglasza-ruszam-w-nowa-podroz-210707095140' @@ -710,6 +710,8 @@ links: W skrócie: krótki akapit zajawkowy jest naszpikowany manipulacją, sugeruje jakobyśmy nienawidziły polszczyzny, wkłada słowa w nasze usta i demonstruje brak riserczu na temat, na który piszecie. Nie przekonuje to, by reszta tekstu (czy czasopisma) miała być warta choćby i grosza z prenumeraty. + - > + {https://twitter.com/neutratywy/status/1419197039016091650=Wątek na Twitterze} socials: - icon: 'twitter' diff --git a/server/routes/profile.js b/server/routes/profile.js index 82f7af6a..8a795028 100644 --- a/server/routes/profile.js +++ b/server/routes/profile.js @@ -146,7 +146,7 @@ router.post('/profile/save', handleErrorAsync(async (req, res) => { words = ${JSON.stringify(req.body.words)}, teamName = ${req.isGranted('users') ? req.body.teamName || null : ''}, footerName = ${req.isGranted('users') ? req.body.footerName || null : ''}, - footerAreas = ${req.isGranted('users') ? req.body.footerAreas.join(',').toLowerCase() || null : ''}, + footerAreas = ${req.isGranted('users') ? req.body.footerAreas.join(',') || null : ''}, card = NULL WHERE id = ${ids[0]} `); @@ -157,7 +157,7 @@ router.post('/profile/save', handleErrorAsync(async (req, res) => { ${JSON.stringify(req.body.words)}, 1, ${req.isGranted('users') ? req.body.teamName || null : ''}, ${req.isGranted('users') ? req.body.footerName || null : ''}, - ${req.isGranted('users') ? req.body.footerAreas.join(',').toLowerCase() || null : ''} + ${req.isGranted('users') ? req.body.footerAreas.join(',') || null : ''} )`); }