From 54c6569df4f9edbd64b9b62fec94e2f553cf3c8b Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Tue, 13 Feb 2024 20:50:25 -0700 Subject: [PATCH] fixes --- docs/software/android/translate.mdx | 2 +- docs/software/apple/translate.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/software/android/translate.mdx b/docs/software/android/translate.mdx index af5a6542..ce26aaf5 100644 --- a/docs/software/android/translate.mdx +++ b/docs/software/android/translate.mdx @@ -7,7 +7,7 @@ sidebar_position: 3 ## How to Contribute -Contributing translations to the Meshtastic Apple app helps make the project accessible to a wider audience. Follow these steps to add your translations through Crowdin: +Contributing translations to the Meshtastic Android app helps make the project accessible to a wider audience. Follow these steps to add your translations through Crowdin: 1. **Access Crowdin**: Visit the Meshtastic project's Crowdin page at [https://crowdin.meshtastic.org](https://crowdin.meshtastic.org). 2. **Create an Account**: Click on 'Sign Up' in the top right corner of the page and follow the prompts to create a Crowdin account. diff --git a/docs/software/apple/translate.mdx b/docs/software/apple/translate.mdx index 07ec1fb3..50ddac52 100644 --- a/docs/software/apple/translate.mdx +++ b/docs/software/apple/translate.mdx @@ -11,7 +11,7 @@ Contributing translations to the Meshtastic Apple app helps make the project acc 1. **Fork the Repository**: Start by forking the [Meshtastic-Apple repository]() to your GitHub account. 2. **Create a Language Folder**: In your forked repository, create a new folder for your language using the language code followed by `.lproj`. For example, for German, create a folder named `de.lproj`. -3. **Copy the Localizable.strings File**: Navigate to the English strings folder [here]() and copy the `Localizable.strings` file. Paste this file into the folder you created in the previous step. +3. **Copy the Localizable.strings File**: Navigate to the [English strings folder]() and copy the `Localizable.strings` file. Paste this file into the folder you created in the previous step. 4. **Translate the Strings**: Open the `Localizable.strings` file in your language folder and translate the English strings into your language. Be sure to maintain the format of the file. 5. **Create a Pull Request**: Once you've completed the translation, create a new pull request from your forked repository to the main Meshtastic-Apple repository. Title the pull request appropriately (e.g., "Add German Translation") and describe the changes you've made.