feat(admin): collapse product translations behind default-language fields
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> P0 user feedback: four parallel description fields (default/ru/en/hy) read as duplicates and confused the admin. - The default-language name/short description/rich description now stand alone; per-language fields moved into a collapsed 'Translations' disclosure with a translated-count badge (e.g. 1/3) - The disclosure explains the fallback rule in merchant language: empty translation means customers see the default text - Translation inputs show the default value as placeholder, making the fallback visible instead of implied - Locale codes shown uppercase (RU/EN/HY) to read as language labels, not field suffixes
This commit is contained in:
@@ -1552,6 +1552,7 @@ export interface Translations {
|
||||
generate: string;
|
||||
seoGenerate: string;
|
||||
seoGenerateHint: string;
|
||||
translationsHint: string;
|
||||
seoExplain: string;
|
||||
searchTitle: string;
|
||||
searchTitleHint: string;
|
||||
|
||||
Reference in New Issue
Block a user