@@ -6,22 +6,27 @@ This guide walks you through setting up the development environment and other im
6
6
7
7
- [ Prerequisite Software] ( #prerequisite-software )
8
8
- [ Development Tools] ( #development-tools )
9
- - [ NX Console] ( #nx-console )
10
- - [ React Developer Tools] ( #react-developer-tools )
11
- - [ ESLint Plugin] ( #eslint-plugin )
12
- - [ Code Spell Checker] ( #code-spell-checker )
13
- - [ JSON Sort Order] ( #json-sort-order )
14
9
- [ Setting up the Source Code] ( #setting-up-the-source-code )
15
10
- [ Setting up the Development Environment] ( #setting-up-the-development-environment )
16
11
- [ Commit Message Guidelines] ( #commit-message-guidelines )
17
- - [ Commit Message Header] ( #commit-header )
18
- - [ Type] ( #type )
19
- - [ Scope] ( #scope )
20
- - [ Summary] ( #summary )
21
- - [ Commit Message Body] ( #commit-body )
22
- - [ Commit Message Footer] ( #commit-footer )
12
+ - [ Types] ( #types )
13
+ - [ Scope] ( #scope )
14
+ - [ Example Commit Message] ( #example-commit-message )
23
15
- [ Revert commits] ( #revert-commits )
24
- - [ Contributing to the Documentation] ( #contributing-to-the-documentation )
16
+ - [ Contributing] ( #contributing )
17
+ - [ Contributing to the Internalization (i18n) Package] ( #contributing-to-the-internalization-i18n-package )
18
+ - [ Adding a New Language] ( #adding-a-new-language )
19
+ - [ Create a new language file] ( #create-a-new-language-file )
20
+ - [ Copy the structure from the existing language file] ( #copy-the-structure-from-the-existing-language-file )
21
+ - [ Update the translations and metadata] ( #update-the-translations-and-metadata )
22
+ - [ Export the new language bundle] ( #export-the-new-language-bundle )
23
+ - [ Add the export to the translations index] ( #add-the-export-to-the-translations-index )
24
+ - [ Test your translation] ( #test-your-translation )
25
+ - [ Option 1: Using ` npm ` symlinks] ( #option-1-using-npm-symlinks )
26
+ - [ Option 2: Integrate into an existing sample] ( #option-2-integrate-into-an-existing-sample )
27
+ - [ Testing with AsgardeoProvider] ( #testing-with-asgardeoprovider )
28
+ - [ Update documentation] ( #update-documentation )
29
+ - [ Contributing to the Documentation] ( #contributing-to-the-documentation )
25
30
26
31
## Prerequisite Software
27
32
0 commit comments