chore: add module exceptions, locales, and fix architecture warnings
- Create module-specific exceptions for cart, catalog, checkout - Add locales (en, de, fr, lb) for cart, catalog, checkout modules - Add missing lb.json for existing module locales - Add noqa comments for legitimate MOD-004 violations (core services) - Fix validator to use correct lb.json locale code (was lu.json) - Add noqa support for MOD-004 rule in validator Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
17
app/modules/analytics/locales/lb.json
Normal file
17
app/modules/analytics/locales/lb.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"analytics": {
|
||||
"page_title": "Analysen",
|
||||
"dashboard_title": "Analysen Dashboard",
|
||||
"dashboard_subtitle": "Kuckt Är Geschäftsleeschtungsmetriken an Abléck",
|
||||
"period_7d": "Lescht 7 Deeg",
|
||||
"period_30d": "Lescht 30 Deeg",
|
||||
"period_90d": "Lescht 90 Deeg",
|
||||
"period_1y": "Lescht Joer",
|
||||
"imports_count": "Importer",
|
||||
"products_added": "Produkter derbäigesat",
|
||||
"inventory_locations": "Inventar-Standuierter",
|
||||
"data_since": "Daten zënter",
|
||||
"loading": "Analysen lueden...",
|
||||
"error_loading": "Feeler beim Lueden vun den Analysedaten"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user