update country with russian translation

This commit is contained in:
maxim
2025-02-19 14:46:09 +03:00
parent fbb3865ac1
commit fbf1b443fd
5 changed files with 18 additions and 11 deletions

View File

@ -9,7 +9,7 @@ export const CountryList = () => {
() => [
{
field: 'code',
headerName: 'Code',
headerName: 'Код',
type: 'string',
minWidth: 100,
display: 'flex',
@ -18,14 +18,14 @@ export const CountryList = () => {
},
{
field: 'name',
headerName: 'Name',
headerName: 'Название',
type: 'string',
minWidth: 100,
flex: 1,
},
{
field: 'actions',
headerName: 'Actions',
headerName: 'Действия',
align: 'right',
headerAlign: 'center',
minWidth: 120,