Skip to content

Commit 88c1fb5

Browse files
committed
docs: update contributing guide with detailed sections for i18n package contributions
1 parent 9b4b001 commit 88c1fb5

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,27 @@ This guide walks you through setting up the development environment and other im
66

77
- [Prerequisite Software](#prerequisite-software)
88
- [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)
149
- [Setting up the Source Code](#setting-up-the-source-code)
1510
- [Setting up the Development Environment](#setting-up-the-development-environment)
1611
- [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)
2315
- [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)
2530

2631
## Prerequisite Software
2732

0 commit comments

Comments
 (0)