Untranslated texts in anguage file (Language/es/Auth) #1209
Replies: 1 comment
-
Hi, 1. Fork the ProjectFirst, fork the repository where you want to make changes:
2. Clone the Forked RepositoryOnce you’ve forked the project, clone the repository to your local machine: git clone https://github.com/your-username/shield.git
cd shield 3. Create a New Branch for Your ChangesTo work on your changes, create a new branch: git switch -c feature-branch-name develop 4. Make the ChangesApply the necessary changes to the project files. 5. Commit the Changes and Sign with GPGBefore committing your changes, it's important to set up GPG signing to ensure your commits are secure and verified. Steps to Set Up GPG Signing:
6. Push Your Changes to GitHubAfter committing, push your changes to the new branch in your forked repository: git push origin feature-branch-name 7. Create a PR (Pull Request)Now, go to GitHub:
Your PR is now submitted and waiting for review and approval! Good luck! |
Beta Was this translation helpful? Give feedback.
-
Hi, I recently started with Shield and found some untranslated texts:
The texts translated into Spanish would be:
If the message should go somewhere else, feel free to move it.
Greetings.
Beta Was this translation helpful? Give feedback.
All reactions