From 5589ad0b61f774b8222b242977eaed4f49110b66 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Wed, 9 Nov 2022 12:25:17 +0100 Subject: [PATCH] Fix typo (#539) --- Localization/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Localization/README.md b/Localization/README.md index 9bdbae360..93bf290bc 100644 --- a/Localization/README.md +++ b/Localization/README.md @@ -24,11 +24,11 @@ This is mainly for developers. If there are new translations, Crowdin pushes new commits to a branch called `l10n_develop` and creates a new Pull Request. Both, the branch and the PR might be updated once an hour. The project itself uses a script to generate the various `Localizable.strings`-files etc. for Xcode. -To add new strings, the workflow is as follows: +To update or add new translations, the workflow is as follows: -1. Merge the PR with `l10n_develop` into `develop`. -2. Run `update.localization.sh` +1. Merge the PR with `l10n_develop` into `develop`. It's usually called `New Crowdin Updates` +2. Run `update.localization.sh` on your computer. 3. Commit the changes and push `develop`. [crowdin-mastodon-ios]: https://crowdin.com/project/mastodon-for-ios -[crowdin-mastodon-ios-discussions]: https://crowdin.com/project/mastodon-for-ios/discussions \ No newline at end of file +[crowdin-mastodon-ios-discussions]: https://crowdin.com/project/mastodon-for-ios/discussions