From 0c0f83392979f74ea2bc8963b976d31e94a87421 Mon Sep 17 00:00:00 2001 From: Jerry Date: Fri, 3 Mar 2023 00:22:44 +0700 Subject: [PATCH] [tr] fix pronouns --- locale/tr/config.suml | 36 +++++++++++++++++---------------- locale/tr/pronouns/morphemes.js | 13 +++++++----- 2 files changed, 27 insertions(+), 22 deletions(-) diff --git a/locale/tr/config.suml b/locale/tr/config.suml index 35c84b80c..1dde88510 100644 --- a/locale/tr/config.suml +++ b/locale/tr/config.suml @@ -5,8 +5,8 @@ header: true pronouns: enabled: true route: 'zamirler' - default: 'he' - any: 'heehangi zamir' + default: 'ben' + any: 'heehangi-zamir' plurals: true honorifics: false multiple: @@ -18,22 +18,23 @@ pronouns: examples: ['he&she', 'he&they', 'she&they'] null: description: > - {/avoiding=Avoiding gendered forms} / {/no-pronouns=no pronouns} / {/null=null pronouns} / - {/pronounless=pronounless} / {/nullpronominal=nullpronominal} / {/nameself=nameself} + {/kaçınmak=Kaçınmak} / {/zamir-yok=zamir-yok} / {/null=null} / + {/zamirsiz=zamirsiz} / {/boş-zamir=boş zamir} / {/nameself=nameself} history: > Bazı insanlar zamir kullanmamayı tercih eder, bunun yerine adı, baş harfi, Edilgen sesle zamirleri atlamak veya cümleyi yeniden yapılandırmayı tercih ederler. See: {https://twitter.com/lypomania/status/1290274971642544128=lypomania's guide}, {https://lgbta.wikia.org/wiki/Nullpronominal=Nullpronominal on LGBTA Wiki} morphemes: - pronoun_subject: '#' - pronoun_object: '#' - possessive_determiner: '#''s' - possessive_pronoun: '#''s' - reflexive: '#self' + accusative: '#' + dative: '#' + locative: '#' + ablative: '#' + genitive: '#' + possessive: '#' examples: [':Andrea', ':S'] template: 'Örneklerden birini açın ve URL''deki adı/baş harfini kendinizinkiyle değiştirin.' - routes: ['kaçınmak', 'zamir-yok', 'null', 'zamirsiz', 'boş zamir', 'nameself'] + routes: ['kaçınmak', 'zamir-yok', 'null', 'zamirsiz', 'boş-zamir', 'nameself'] ideas: - header: 'Zamirler yerine isim ya da baş harf kullanmak' @@ -75,14 +76,15 @@ pronouns: description: 'Emojiself zamirleri' history: '{https://lgbta.wikia.org/wiki/Emojiself_Pronouns=Emojiself} online olarak kullanılır ve tellaffuz edilmezler.' morphemes: - pronoun_subject: '#' - pronoun_object: '#' - possessive_determiner: '#''s' - possessive_pronoun: '#''s' - reflexive: '#self' + accusative: '#' + dative: '#' + locative: '#' + ablative: '#' + genitive: '#' + possessive: '#' examples: ['💫', '💙'] template: 'Örneklerden birini açın ve URL''deki emojiyi kendi emojinizle değiştirin..' - slashes: true + slashes: false others: 'Diğer zamirler' pronunciation: @@ -209,7 +211,7 @@ profile: header: ~ words: ['arkadaş', 'partner', 'erkek arkadaş', 'kız arkadaş', 'neşe arkadaşı', 'koca', 'karı', 'kissmate', 'canım', 'sevgili', 'boo'] flags: - defaultPronoun: 'they' + defaultPronoun: 'o' calendar: enabled: true diff --git a/locale/tr/pronouns/morphemes.js b/locale/tr/pronouns/morphemes.js index f082fdb28..54243fdba 100644 --- a/locale/tr/pronouns/morphemes.js +++ b/locale/tr/pronouns/morphemes.js @@ -1,7 +1,10 @@ export default [ - 'pronoun_subject', - 'pronoun_object', - 'possessive_determiner', - 'possessive_pronoun', - 'reflexive', + 'accusative', + 'dative', + 'locative', + 'ablative', + 'genitive', + 'direct_verb_form', + 'reflexive_suffix', + 'possessive', ];