feat: add Remnashop migration import

Add the Remnashop legacy importer, compatibility tables, admin toggles, referral and promo lookup compatibility, and tests for the migration flow.
This commit is contained in:
3252a8
2026-06-02 00:13:54 +03:00
parent 56796d9f22
commit 5e47a1496b
18 changed files with 1731 additions and 63 deletions
@@ -348,6 +348,7 @@
devices: "Устройства",
subscription_guides: "Connection guides",
system: "Система",
migrations: "Миграции",
};
return adminText(`settings_section_${id}`, {}, map[id] || id);
}