Skip to content

Commit 9f40933

Browse files
claudeos-zhuang
authored andcommitted
i18n(showcase): translate the new multi-value lookup label
The f_lookups field added to the field zoo declared an English label with no zh-CN counterpart, tripping the i18n coverage ratchet (456 -> 457 untranslated declared strings). Translate it so the new string does not widen the baseline. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Gusro3gdGv4wgbBnaFy9ah
1 parent ae64947 commit 9f40933

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • examples/app-showcase/src/system/translations

examples/app-showcase/src/system/translations/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ export const ShowcaseTranslationBundle = {
266266
},
267267
showcase_field_zoo: {
268268
label: '字段动物园', pluralLabel: '字段动物园',
269+
fields: { f_lookups: { label: '查找 → 客户(多值)' } },
269270
},
270271
},
271272
},

0 commit comments

Comments
 (0)