refactor(builder): single language manager, theme before branding
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> P0 user feedback: General asked admins to type locale codes comma-separated, and Branding (logos) came before Theme (colors). - Root cause: General duplicated language management as raw text/CSV inputs while a full Languages manager section (add/remove/set-default with per-locale content seeding) already existed one tab away. Removed the duplicate inputs; General now shows a read-only chip summary (default language first, marked) with a 'Manage languages' link to the real manager. One source of truth, no comma parsing, no risk of bypassing LocaleSyncService - Builder navigation now orders Theme before Branding - merchants pick a palette first, then upload logos that match it - New builder keys (languagesSummaryDesc, manageLanguages) in en/ru/hy; verified in browser (chips RU-default/EN/HY, nav order theme->branding)
This commit is contained in:
@@ -687,6 +687,8 @@ export const ru: Translations = {
|
||||
linkVisibleDesc: 'Показывать ли эту ссылку навигации покупателям.',
|
||||
appName: 'Конструктор маркетплейса',
|
||||
backToDashboard: 'Назад в панель управления',
|
||||
languagesSummaryDesc: 'Языки, на которых доступен ваш маркетплейс. Первый — тот, что покупатели видят по умолчанию.',
|
||||
manageLanguages: 'Управлять языками',
|
||||
htmlToolBold: 'Жирный',
|
||||
htmlToolItalic: 'Курсив',
|
||||
htmlToolUnderline: 'Подчёркнутый',
|
||||
|
||||
Reference in New Issue
Block a user