Skip to content

Commit 208bdcc

Browse files
committed
specify function
1 parent 3149a07 commit 208bdcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contribute/localization-program/how-it-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ This branch stays in sync with the upstream repository through GitHub Actions ru
3333
#### 3. `l10n_main`
3434
This branch includes all changes from the `main` branch and translations from Crowdin. All modifications in this branch are periodically committed to the upstream repository by using a new sub-branch named `l10n_main_[some data]`.
3535

36-
#### 4. `i18n_feat` or `i18n_feat_[specific functions]`
37-
This branch will have all the changes about codes and new docs, after all content is confirmed all changes in this branch will merge to `l10_main`.
36+
#### 4. `l10n_feat` or `l10n_feat_[specific functions]`
37+
This branch will include changes to code or documentation related to the translation system. Once all content is finalized, the changes in this branch will be merged into `l10_main`.
3838

3939
#### 5. `[lang]_preview`
4040
These branches are designated for specific language previews, such as `ko_preview` for Korean and `ja_preview` for Japanese. They allow us to preview the website in different languages.

0 commit comments

Comments
 (0)