Skip to content

Commit

Permalink
Merge pull request #252 from City-of-Helsinki/fix/small-documentation…
Browse files Browse the repository at this point in the history
…-fixes

[Fix] Small documentation fixes
  • Loading branch information
niglu1 authored Sep 17, 2020
2 parents debe8ef + f4ecae1 commit c84e53c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion site/docs/components/component_overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Component | Status
[Checkbox](/components/checkbox) | <StatusLabel type="info">Stable</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/components-checkbox--default) | [<IconCheck/>](/storybook/react/?path=/story/components-checkbox--default)
[Dropdown](/components/dropdown) | <StatusLabel type="alert">Pre-release</StatusLabel> | | [<IconCheck/>](/storybook/react/?path=/story/components-dropdown--default)
[Icon](/components/icons) | <StatusLabel type="info">Stable</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/components-icons--angle-down) | [<IconCheck/>](/storybook/react/?path=/story/components-icons--iconangledown)
[Logo](/components/logo) | <StatusLabel type="info">Stable</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/) | [<IconCheck/>](/storybook/react/?path=/story/components-logo--playground)
[Logo](/components/logo) | <StatusLabel type="info">Stable</StatusLabel> | | [<IconCheck/>](/storybook/react/?path=/story/components-logo--playground)
[Navigation](/components/navigation) | <StatusLabel type="alert">Pre-release</StatusLabel> | | [<IconCheck/>](/storybook/react/?path=/story/components-navigation)
[Notification](/components/notification) | <StatusLabel type="alert">Pre-release</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/components-notification--default) | [<IconCheck/>](/storybook/react/?path=/story/components-notification--default)
[Koros (wave elements)](/components/koros) | <StatusLabel type="info">Stable</StatusLabel> | | [<IconCheck/>](/storybook/react/?path=/story/components-koros--basic)
Expand Down
32 changes: 16 additions & 16 deletions site/docs/guidelines/localization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ Here are some recommendations for localising content and navigation:

| Locale | Language code | Verbose |
| ------------- | ------------- | ------------------------ |
| Finnish | `(FI)` | Suomeksi (FI) |
| Swedish | `(SV)` | På svenska (SV) |
| English | `(EN)` | In English (EN) |
| German | `(DE)` | Auf Deutsch (DE) |
| French | `(FR)` | En français (FR) |
| Estonian | `(ET)` | Eesti keelel (ET) |
| Spanish | `(SP)` | En español (SP) |
| Northern Sami | `(SE)` | Davvisámegillii (SE) |
| Inari Sami | `(SMI)` | Anarâškielân (SMI) |
| Skolt Sami | `(SKS)` | Nuõrttsää´mǩiõ´lle (SKS) |
| Somalian | `(SO)` | Af soomaali (SO) |
| Russian | `(RU)` | По-русски (RU) |
| Japanese | `(JP)` | 日本語 (JP) |
| Chinese | `(ZH)` | 中文 (ZH) |
| Arabic | `(AR)` | (AR) بالعربية
| Fārsī | `(FA)` | (FA) فارسی
| Finnish | `FI` | Suomeksi (FI) |
| Swedish | `SV` | På svenska (SV) |
| English | `EN` | In English (EN) |
| German | `DE` | Auf Deutsch (DE) |
| French | `FR` | En français (FR) |
| Estonian | `ET` | Eesti keelel (ET) |
| Spanish | `SP` | En español (SP) |
| Northern Sami | `SE` | Davvisámegillii (SE) |
| Inari Sami | `SMI` | Anarâškielân (SMI) |
| Skolt Sami | `SKS` | Nuõrttsää´mǩiõ´lle (SKS) |
| Somalian | `SO` | Af soomaali (SO) |
| Russian | `RU` | По-русски (RU) |
| Japanese | `JP` | 日本語 (JP) |
| Chinese | `ZH` | 中文 (ZH) |
| Arabic | `AR` | (AR) بالعربية
| Fārsī | `FA` | (FA) فارسی

0 comments on commit c84e53c

Please sign in to comment.