Skip to content

Commit

Permalink
ignore translations
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 18, 2020
1 parent 89479be commit d6570cc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/components/selects/selects-de.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To properly label your `Select` input you need an extra element with an `id` tha
Alternatively a `TextField` with an `id` and `label` creates the proper markup and ids for you:

```jsx
<TextField id="select" label="Age" value="20" select>
<TextField id="select" label="Age" value="20">
<MenuItem value="10">Ten</MenuItem>
<MenuItem value="20">Twenty</MenuItem>
</TextField>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/components/selects/selects-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To properly label your `Select` input you need an extra element with an `id` tha
Alternatively a `TextField` with an `id` and `label` creates the proper markup and ids for you:

```jsx
<TextField id="select" label="Age" value="20" select>
<TextField id="select" label="Age" value="20">
<MenuItem value="10">Ten</MenuItem>
<MenuItem value="20">Twenty</MenuItem>
</TextField>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/components/selects/selects-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To properly label your `Select` input you need an extra element with an `id` tha
Alternatively a `TextField` with an `id` and `label` creates the proper markup and ids for you:

```jsx
<TextField id="select" label="Age" value="20" select>
<TextField id="select" label="Age" value="20">
<MenuItem value="10">Ten</MenuItem>
<MenuItem value="20">Twenty</MenuItem>
</TextField>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/components/selects/selects-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To properly label your `Select` input you need an extra element with an `id` tha
Alternatively a `TextField` with an `id` and `label` creates the proper markup and ids for you:

```jsx
<TextField id="select" label="Age" value="20" select>
<TextField id="select" label="Age" value="20">
<MenuItem value="10">Ten</MenuItem>
<MenuItem value="20">Twenty</MenuItem>
</TextField>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/components/selects/selects-pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To properly label your `Select` input you need an extra element with an `id` tha
Alternatively a `TextField` with an `id` and `label` creates the proper markup and ids for you:

```jsx
<TextField id="select" label="Age" value="20" select>
<TextField id="select" label="Age" value="20">
<MenuItem value="10">Ten</MenuItem>
<MenuItem value="20">Twenty</MenuItem>
</TextField>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/components/selects/selects-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To properly label your `Select` input you need an extra element with an `id` tha
Alternatively a `TextField` with an `id` and `label` creates the proper markup and ids for you:

```jsx
<TextField id="select" label="Age" value="20" select>
<TextField id="select" label="Age" value="20">
<MenuItem value="10">Ten</MenuItem>
<MenuItem value="20">Twenty</MenuItem>
</TextField>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/components/selects/selects-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To properly label your `Select` input you need an extra element with an `id` tha
Alternatively a `TextField` with an `id` and `label` creates the proper markup and ids for you:

```jsx
<TextField id="select" label="Age" value="20" select>
<TextField id="select" label="Age" value="20">
<MenuItem value="10">Ten</MenuItem>
<MenuItem value="20">Twenty</MenuItem>
</TextField>
Expand Down

0 comments on commit d6570cc

Please sign in to comment.