Skip to content

Commit

Permalink
[l10n] Fix Czech BCP47 in documentation (#18910)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored and oliviertassinari committed Dec 18, 2019
1 parent 192b426 commit 1259d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/localization/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const theme = createMuiTheme({
|:-------|:---------|:---------|
| Azerbaijani | az-AZ | `azAZ` |
| Chinese (Simplified) | zh-CN | `zhCN` |
| Czech | cs-CZ | `csCz` |
| Czech | cs-CZ | `csCZ` |
| Dutch | nl-NL | `nlNL` |
| English (United States) | en-US | `enUS` |
| French | fr-FR | `frFR` |
Expand Down

0 comments on commit 1259d2a

Please sign in to comment.