From dc1ee7424e21ed5d8faf9e4cf84428c850270b2c Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Fri, 16 May 2025 11:44:38 +0200 Subject: [PATCH] (refactor)(nouns) rename nounConventions.suml to nounsData.suml --- components/nouns/NounsClassExample.vue | 12 ++++++------ components/nouns/NounsConventionPage.vue | 18 +++++++++--------- components/nouns/NounsConventionsIndex.vue | 8 ++++---- .../nouns/NounsConventionsIndexGroup.vue | 10 +++++----- components/nouns/NounsConventionsIndexItem.vue | 10 +++++----- eslint.config.ts | 4 ++-- .../{nounConventions.suml => nounsData.suml} | 0 locale/generate.ts | 2 +- middleware/languageItemFromPath.ts | 6 +++--- src/data.ts | 6 +++--- src/nouns.ts | 2 +- test/locales/data.test.ts | 16 ++++++++-------- 12 files changed, 47 insertions(+), 47 deletions(-) rename locale/de/nouns/{nounConventions.suml => nounsData.suml} (100%) diff --git a/components/nouns/NounsClassExample.vue b/components/nouns/NounsClassExample.vue index e4e711235..6a03fe04e 100644 --- a/components/nouns/NounsClassExample.vue +++ b/components/nouns/NounsClassExample.vue @@ -1,6 +1,6 @@