7626 Commits

Author SHA1 Message Date
Valentyne Stigloher
4d0a24a2a4 (grammar) allow different cells depending on plural conjugation 2025-05-01 11:07:23 +02:00
Valentyne Stigloher
f6c919bfbf (grammar) allow explanatory text between grammar tables 2025-05-01 10:45:24 +02:00
Valentyne Stigloher
5caa8b10f5 (grammar) hide missing morphemes even when prefix or suffix is supplied 2025-05-01 10:41:42 +02:00
Valentyne Stigloher
a3d4286c19 (grammar) allow multiple morphemes in a cell of a grammar table 2025-05-01 10:41:42 +02:00
Valentyne Stigloher
f22148ceff (grammar) allow empty cells in grammar table 2025-05-01 10:41:42 +02:00
Valentyne Stigloher
acddb91946 (refactor)(pronouns) replace <GrammarTables> component by declaring grammar tables in config.suml 2025-05-01 10:41:42 +02:00
Valentyne Stigloher
c1f2ad65f4 (refactor)(pronouns) move grammar table definitions to config.suml 2025-05-01 10:41:42 +02:00
ar contributors
7e004234fd (ar)(trans) 2025-05-01 10:38:30 +02:00
Andrea Vos
01bf067849 (lint) 2025-04-30 12:03:29 +02:00
Andrea Vos
0a0db3d77e (eo) /english page 2025-04-30 11:52:42 +02:00
Valentyne Stigloher
c3818622d1 (refactor) make config.api optional and add enabled and route property to have it consistent with others 2025-04-28 11:41:41 +02:00
Valentyne Stigloher
c6e66a41de (pronouns) fix isEmoji to check whether the whole string is an emoji 2025-04-28 11:41:32 +02:00
Valentyne Stigloher
c3d9a63df9 (fix) encode uri on <NuxtLink> in more places 2025-04-27 15:58:14 +02:00
eo contributors
b686abb15d (eo)(trans) 2025-04-27 15:47:44 +02:00
Valentyne Stigloher
a054c75fcf (fix)(pronouns) pass prepend and append in grammar tables 2025-04-26 12:37:59 +02:00
Valentyne Stigloher
3e847b695f (typo) 2025-04-25 22:19:16 +02:00
Valentyne Stigloher
f4c67bea9a (lint) activate vue/require-typed-ref and add typing to ensure no implicit any on refs 2025-04-25 13:32:47 +02:00
Valentyne Stigloher
195ac3dbf4 (lint) activate vue/prefer-use-template-ref, vue/require-macro-variable-name 2025-04-25 13:32:10 +02:00
ru contributors
aa82330c3b (ru)(trans) 2025-04-25 12:49:44 +02:00
Valentyne Stigloher
b9eb445256 Merge branch 'nouns-conventions-p' into 'main'
noun conventions page

See merge request PronounsPage/PronounsPage!602
2025-04-22 13:59:12 +00:00
Valentyne Stigloher
42525a9846 (de)(nouns) support multiple stems per word as some conventions use different forms and example sentences still need to be consistent 2025-04-22 15:05:04 +02:00
Valentyne Stigloher
58387c710b (grammar) make short column header name optional 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
bf39ca90a4 (nouns) display noun convention group on details page 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
68d3442686 (refactor) replace additional prop for supplying the key of NounConvention with withKey 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
bf2954c6fe (nouns) group conventions similar too pronouns 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
2a9fde5efd (pronouns) do not pronounce unpronounceable pronouns 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
f021cd08ea (nouns) move noun convention links to top level 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
5911d89ef5 (pronouns) move pronoun parsing in route middleware (404 is now handled in error.vue, highlighting no nav item there) 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
03abb39da1 (nouns) add translations for conventions intro, add title 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
5aa83aa1f0 (nouns) filter example sentences missing required morphemes or declensions 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
5ecb113ddc (de)(nouns) add examples 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
c770365d63 (refactor) make ExamplePart[] a class to move methods there and rename old Example to PronounExample 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
5be84330eb (de)(nouns) show declension for multiple noun stem classes 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
7240941985 (de)(nouns) replace declension patterns index by noun conventions index 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
4a7a0410ab (de)(nouns) show sample declension for noun conventions 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
f054e35be2 (de)(nouns) add descriptions and warnings to noun conventions 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
ec5f0ba97d (de)(nouns) grammar tables for noun conventions 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
d54b2c912c (refactor) let languages only define their unique variants from base converters and not handle the standard conversion 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
ab40c054e6 (refactor) decouple <Example>, <Morpheme> and other components from Pronoun 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
7cc2e401ee (vue) migrate <ExampleCategoryListItem> to composition API 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
933ecb3d65 (refactor) factor out getBaseMorpheme 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
9f3d3bca7f (vue) migrate <Example> to composition API 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
b279940380 (vue) migrate <Morpheme> to composition API 2025-04-22 14:29:10 +02:00
Andrea Vos
cf32005da2 (pl) miastamaszerujace 2025 2025-04-19 17:13:42 +02:00
Andrea Vos
ac1e8677b0 (pl) miastamaszerujace 2025 2025-04-19 15:46:49 +02:00
Andrea Vos
08c7e37e28 (blog) make blog posts a bit more prominent 2025-04-19 15:17:12 +02:00
Andrea Vos
4f9750c823 (bug) fix cleanupAccounts emails saying just "undefined undefined" 2025-04-19 13:40:08 +02:00
Valentyne Stigloher
8f6c1cb04f (ts) reference tsconfig.json in schema generator so it picks up the ~ import alias
it didn’t generate a schema for Category, so it passed even on wrong configuration
2025-04-19 12:28:06 +02:00
Valentyne Stigloher
6e636f4288 (ci) explicitely define $DEPLOY_NAME for test environments (also allows deploy to test with just DEPLOY_TARGET=test instead of test/default) 2025-04-18 14:35:30 +02:00
Andrea Vos
a4df325703 (ci) prevent optionally mounted calendar directory to be deleted during build 2025-04-18 14:32:44 +02:00