From 6f9c599409b987f4e4b5ec8242429c4869ea1246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20St=C3=B6cker?= Date: Tue, 21 Jan 2025 22:11:50 +0100 Subject: [PATCH] drop outdated file --- docs/Translation.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 docs/Translation.md diff --git a/docs/Translation.md b/docs/Translation.md deleted file mode 100644 index 341796ec..00000000 --- a/docs/Translation.md +++ /dev/null @@ -1,19 +0,0 @@ -# Update translations from Transifex - -## Preparations - -1. Install the Transifex client `tx` as described at https://docs.transifex.com/client/installing-the-client - -2. You need an account at https://www.transifex.com/signin/ (login with Github, Google or LinkedIn is supported). - -3. Create an API token at https://www.transifex.com/user/settings/api/ and remember it for the next step. - -4. Create a file `~/.transifexrc` as described at https://docs.transifex.com/client/client-configuration#section-~-transifexrc . -Use `api` as username in this file and your API token from the previous step as password. - -## Workflow - -Each time you now want to download new translations from https://transifex.com , run this command in the project directory: -``` -./gradlew transifexDownload -```