Skip to content

Commit

Permalink
Update CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonavichus committed Jan 27, 2024
1 parent 816198a commit 67d8f93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ This project and everyone participating in it are governed by our [Code of Condu
3. Make your changes and commit them.
4. Push your changes to your fork on GitHub.
5. Open a pull request in the original repository. Provide a clear title and description of your changes.

## Translation addition steps:

1. Create a localization file in the ToDark/lib/translation folder.
2. Fill it out following the example of the en_us.dart file.
3. Add a new import statement for your localization and include it in the list of supported localizations in the translation.dart file.

## Coding Standards

Expand Down

0 comments on commit 67d8f93

Please sign in to comment.