We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270ac10 commit 5d6064aCopy full SHA for 5d6064a
packages/translations/src/clientKeys.ts
@@ -275,6 +275,7 @@ export const clientTranslationKeys = createClientTranslationKeys([
275
'general:updatedCountSuccessfully',
276
'general:updatedSuccessfully',
277
'general:updating',
278
+ 'general:value',
279
'general:viewReadOnly',
280
'general:uploading',
281
'general:uploadingBulk',
@@ -334,6 +335,7 @@ export const clientTranslationKeys = createClientTranslationKeys([
334
335
'validation:required',
336
'validation:requiresAtLeast',
337
'validation:shorterThanMax',
338
+ 'validation:greaterThanMax',
339
'validation:username',
340
341
'version:aboutToPublishSelection',
0 commit comments