Skip to content

Commit

Permalink
Merge branch 'develop' into kg/OKTA-612378
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Jul 7, 2023
2 parents 8339db1 + 951564f commit c2af151
Show file tree
Hide file tree
Showing 400 changed files with 7,388 additions and 4,402 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,30 @@ Build and design consistent, efficient, and accessible UIs for all Okta users.

Odyssey browser support mirrors Okta's [Supported platforms, browsers, and operating systems](https://help.okta.com/en/prod/Content/Topics/Miscellaneous/Platforms_Browser_OS_Support.htm) with the exception of IE 11.

## Generating Okta Test Language files

For`*_ok_PL.properties` and `*_ok_SK.properties` you will need to download `@okta/tools.i18n.pseudo-loc` in the respective package directory (This will require access to our internal VPN).

Once that is downloaded you can run

```
yarn pseudo-loc generate --packageName ${absolutePathToPackage} --resourcePath ${pathToEnglishPropertiesFile} --bundle ${bundleName}
```

### Example:

```
(from odyssey root)
cd packages/odyssey-react-mui
yarn add @okta/tools.i18n.pseudo-loc
yarn pseudo-loc generate --packageName ${OKTA_HOME}/odyssey/packages/odyssey-react-mui --resourcePath src/properties --bundle odyssey-react-mui
```

Note:

- `${OKTA_HOME}` should contain an absolute path
- You may need to specify the `npmRegistryServer` property explicitly in `.yarnrc.yml` with the internal yarn registry URL

## Questions & Contributing

Please follow our [Getting Started guide](https://odyssey.okta.design/?path=/story/contributing-getting-started--page).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lerna": "^6.5.1",
"lint-staged": "^11.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.0",
"prettier": "^2.8.8",
"stylelint": "^14.13.0"
},
"version": "0.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/odyssey-icons/figma/add-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/odyssey-icons/figma/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions packages/odyssey-icons/figma/alert-circle-filled.svg

This file was deleted.

3 changes: 0 additions & 3 deletions packages/odyssey-icons/figma/alert-circle.svg

This file was deleted.

Loading

0 comments on commit c2af151

Please sign in to comment.