From 6a164298b38b2041127c65fa3212523d3ee68ed3 Mon Sep 17 00:00:00 2001 From: Rep Graphics <69086745+RepGraphics@users.noreply.github.com> Date: Wed, 26 Mar 2025 12:48:11 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bffe1fb..ef8601e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ We welcome contributions to help expand the language support for the Translation ### How to Submit a Translation 1. **Fork the Repository**: Click the "Fork" button on the top right of this repository to create your own copy. 2. **Add Your Translation**: - - Navigate to the `translations/` directory. - - If your language is not yet available, create a new folder following the [ISO 639-1 language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (e.g., `fr` for French, `de` for German). + - If your language is not yet available, create a new file following the [ISO 639-1 language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (e.g., `fr` for French, `de` for German). - Add or edit the JSON translation file following the format of existing translations. 3. **Submit a Pull Request**: Once you've added or updated a translation, create a pull request (PR) with a short description of the changes.