We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083bf4f commit b73a88aCopy full SHA for b73a88a
1 file changed
packages/spec/src/system/translation.zod.ts
@@ -406,7 +406,7 @@ export const AppTranslationBundleSchema = z.object({
406
/** Global notification translations not bound to a specific object */
407
notifications: z.record(z.string(), z.object({
408
title: z.string().optional().describe('Translated notification title'),
409
- body: z.string().optional().describe('Translated notification body'),
+ body: z.string().optional().describe('Translated notification body (supports ICU MessageFormat when enabled)'),
410
})).optional().describe('Global notification translations keyed by notification name'),
411
412
/** Global error message translations not bound to a specific object */
0 commit comments