From 67d8f9361796b2621bd2e69b10b7b0c1f63e549c Mon Sep 17 00:00:00 2001 From: Yoshi Date: Sat, 27 Jan 2024 20:32:20 +0300 Subject: [PATCH] Update CONTRIBUTING --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64df02c..0244b0b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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