Skip to content

Commit

Permalink
Use local core locales
Browse files Browse the repository at this point in the history
  • Loading branch information
MBilalShafi committed Jan 27, 2023
1 parent 418807f commit 3f447cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid/src/locales/urPK.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { urPK as urPKCore } from '@mui/material/locale';
import { urPKCore } from './coreLocales';
import { GridLocaleText } from '../models/api/gridLocaleTextApi';
import { getGridLocalization, Localization } from '../utils/getGridLocalization';

Expand Down

0 comments on commit 3f447cb

Please sign in to comment.