feat: support i18n namespace

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent 7ce71856d3
commit e1e5a96283
41 changed files with 987 additions and 663 deletions
@@ -53,9 +53,11 @@ export function ResultComponent({
header={
<div className="flex items-center justify-between text-xs gap-2">
<span>
{t("packageConfig.title")}:{packMethod}
{t("common:packerMethod")}:{packMethod}
</span>
<span className="text-muted-foreground">
({packResult?.length})
</span>
<span className="text-muted-foreground">({packResult?.length})</span>
</div>
}
wrapLongLines={!showCode}