Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 9, 2020
1 parent 3573d92 commit 7570e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/guides/localization/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const theme = createMuiTheme({
| Locale | BCP 47 language tag | Import name
|:-------|:---------|:---------|
| Azerbaijani | az-AZ | `azAZ` |
| Bulgarian | bg-BG | `bgBG` |
| Chinese (Simplified) | zh-CN | `zhCN` |
| Czech | cs-CZ | `csCZ` |
| Dutch | nl-NL | `nlNL` |
Expand Down
1 change: 1 addition & 0 deletions packages/material-ui/src/locale/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const azAZ: object;
export const bgBG: object;
export const csCZ: object;
export const deDE: object;
export const enUS: object;
Expand Down

0 comments on commit 7570e3f

Please sign in to comment.