Skip to content

Commit 5d6064a

Browse files
authored
fix(translations): adds missing max validations keys to client (#10266)
Fixes #9836
1 parent 270ac10 commit 5d6064a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/translations/src/clientKeys.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ export const clientTranslationKeys = createClientTranslationKeys([
275275
'general:updatedCountSuccessfully',
276276
'general:updatedSuccessfully',
277277
'general:updating',
278+
'general:value',
278279
'general:viewReadOnly',
279280
'general:uploading',
280281
'general:uploadingBulk',
@@ -334,6 +335,7 @@ export const clientTranslationKeys = createClientTranslationKeys([
334335
'validation:required',
335336
'validation:requiresAtLeast',
336337
'validation:shorterThanMax',
338+
'validation:greaterThanMax',
337339
'validation:username',
338340

339341
'version:aboutToPublishSelection',

0 commit comments

Comments
 (0)