mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
c85be96d6e
Allow source-only locale contributions to load intentional English bootstrap copy until post-merge generated memory exists. Derive refresh targets from canonical locale data while preserving strict validation. Co-authored-by: Ayaan Zaidi <hi@obviy.us>
5 lines
256 B
TypeScript
5 lines
256 B
TypeScript
import controlUiLocaleEntries from "./control-ui-i18n-config.json" with { type: "json" };
|
|
import type { LocaleEntry } from "./control-ui-i18n-sync-plan.ts";
|
|
|
|
export const CONTROL_UI_LOCALE_ENTRIES = controlUiLocaleEntries satisfies readonly LocaleEntry[];
|