Skip to content

Commit

Permalink
[l10n] Improve Russian (ru-RU) locale (#11429)
Browse files Browse the repository at this point in the history
Signed-off-by: Iskander <[email protected]>
Co-authored-by: Lukas <[email protected]>
  • Loading branch information
wensiet and LukasTy authored Dec 18, 2023
1 parent 725b53a commit 51d0059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/date-pickers/localization/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"languageTag": "ru-RU",
"importName": "ruRU",
"localeName": "Russian",
"missingKeysCount": 2,
"missingKeysCount": 1,
"totalKeysCount": 37,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-date-pickers/src/locales/ruRU.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/src/locales/ruRU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const ruRUPickers: Partial<PickersLocaleText<any>> = {
value !== null && utils.isValid(value)
? `Выберите время, выбрано время ${utils.format(value, 'fullTime')}`
: 'Выберите время',
// fieldClearLabel: 'Clear value',
fieldClearLabel: 'Очистить значение',

// Table labels
timeTableLabel: 'выбрать время',
Expand Down

0 comments on commit 51d0059

Please sign in to comment.