Skip to content

Commit

Permalink
fix links in translation
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Apr 6, 2022
1 parent a290867 commit 7f705df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/translations/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"description": "Description",
"globalClass": "Global class",
"import": "Import",
"importDifference": "You can learn about the difference by <a href=\"/guides/minimizing-bundle-size/\">reading this guide on minimizing bundle size</a>.",
"importDifference": "You can learn about the difference by <a href=\"/material-ui/guides/minimizing-bundle-size/\">reading this guide on minimizing bundle size</a>.",
"inheritance": "Inheritance",
"inheritanceDescription": "While not explicitly documented above, the props of the <a href=\"{{pathname}}\">{{component}}</a> component{{suffix}} are also available on {{componentName}}. You can take advantage of this to <a href=\"/guides/api/#spread\">target nested components</a>.",
"inheritanceDescription": "While not explicitly documented above, the props of the <a href=\"{{pathname}}\">{{component}}</a> component{{suffix}} are also available on {{componentName}}. You can take advantage of this to <a href=\"/material-ui/guides/api/#spread\">target nested components</a>.",
"inheritanceSuffixTransition": " from react-transition-group",
"name": "Name",
"nativeElement": "native",
"overrideStyles": "You can override the style of the component using one of these customization options:\n",
"overrideStylesStyledComponent": "<ul>\n<li>With a <a href=\"/guides/interoperability/#global-css\">global class name</a>.</li>\n<li>With a rule name as part of the component's <a href=\"/customization/theme-components/#global-style-overrides\"><code>styleOverrides</code> property</a> in a custom theme.</li>\n</ul>",
"overrideStylesStyledComponent": "<ul>\n<li>With a <a href=\"/material-ui/guides/interoperability/#global-css\">global class name</a>.</li>\n<li>With a rule name as part of the component's <a href=\"/material-ui/customization/theme-components/#global-style-overrides\"><code>styleOverrides</code> property</a> in a custom theme.</li>\n</ul>",
"pageDescription": "API documentation for the React {{name}} component. Learn about the available props and the CSS API.",
"props": "Props",
"refNotHeld": "The component cannot hold a ref.",
"refRootElement": "The <code>ref</code> is forwarded to the root element.",
"ruleName": "Rule name",
"slots": "Slots",
"spreadHint": "Props of the {{spreadHintElement}} component are also available.",
"styleOverrides": "The name <code>{{componentStyles.name}}</code> can be used when providing <a href=\"/customization/theme-components/#default-props\">default props</a> or <a href=\"/customization/theme-components/#global-style-overrides\">style overrides</a> in the theme.",
"styleOverrides": "The name <code>{{componentStyles.name}}</code> can be used when providing <a href=\"/material-ui/customization/theme-components/#default-props\">default props</a> or <a href=\"/material-ui/customization/theme-components/#global-style-overrides\">style overrides</a> in the theme.",
"type": "Type"
},
"albumDescr": "A responsive album / gallery page layout with a hero unit and footer.",
Expand Down

0 comments on commit 7f705df

Please sign in to comment.