From e024950567f42e702cecf19a9dfc4e6ea45ba696 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Thu, 16 May 2024 09:09:28 -0400 Subject: [PATCH] Update pull translation instructions --- RELEASE-PROCESS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-PROCESS.md b/RELEASE-PROCESS.md index 9d87bb5ee..ec4aa0583 100644 --- a/RELEASE-PROCESS.md +++ b/RELEASE-PROCESS.md @@ -76,8 +76,8 @@ app. After doing the Maven release, follow these steps in the i2p.android.base r the `docker run` step described in `DOCKER.md` 1. Edit `routerjars/local.properties` to use the clean i2p.i2p copy. - 2. Pull the latest translations with `tx pull -a -f` and commit them. (If you don't have the `tx` command, - do `pip install transifex-client` ) + 2. Pull the latest translations with `tx pull --use-git-timestamps` and commit them. (If you don't have the `tx` command, + do `pip install transifex-client` ). If there are broken translations, exclude them and only them. - If there are any new translations, `mtn add` them, and add them to `app/src/main/res/values/arrays.xml` (two places, alphabetical order please) 3. Ensure that `signing.properties` contains the details of the release key. If you are using Docker, see