mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-03 18:07:48 -08:00
a1052d4d8f
Update translations instructions for Meshtastic-Apple
20 lines
1 KiB
Plaintext
20 lines
1 KiB
Plaintext
---
|
|
id: apple-app-translate
|
|
title: Translate the Apple App
|
|
sidebar_label: Translate
|
|
sidebar_position: 3
|
|
---
|
|
|
|
## How to Contribute
|
|
|
|
Contributing translations to the Meshtastic Apple app helps make the project accessible to a wider audience. The Meshtastic Apple app uses [string catalogs](https://developer.apple.com/documentation/xcode/localizing-and-varying-text-with-a-string-catalog) in Xcode to manage translations.
|
|
|
|
If you would like to update the translations for a locale or add a new language, follow these steps.
|
|
|
|
1. Clone the project and open the `Meshtastic.xcworkspace`
|
|
2. Select the `Localizable.xcstrings` file in the project navigator.
|
|
3. Follow the steps outlined [here](https://developer.apple.com/documentation/xcode/localizing-and-varying-text-with-a-string-catalog) for adding or updating translations.
|
|
4. Create a PR on the project with your changes.
|
|
|
|
Your contribution will be reviewed, and upon approval, your translation will be included in the next release of the Meshtastic Apple app. Thank you for helping expand the reach of Meshtastic!
|