From 0a81df23e79be83bc2a55a115d89051eb67fe94d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Tue, 21 Mar 2023 08:46:06 +0100 Subject: [PATCH] Migrates translations to Weblate --- .gitlab-ci.yml | 12 ------------ .tx/config | 10 ---------- CONTRIBUTING.md | 2 +- 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 .tx/config diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fadf7058..04f97842 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,6 @@ variables: stages: - Check - Assemble - - Translations - APK - Publish - Release @@ -89,17 +88,6 @@ Assemble Release: rules: - if: $CI_COMMIT_REF_NAME == "develop" || $CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_TAG || $CI_PROJECT_ID != $ROOT_PROJECT_ID -Push Translations: - stage: Translations - image: alpine:latest - script: - - wget -O /tmp/tx-linux-amd64.tar.gz https://github.com/transifex/cli/releases/latest/download/tx-linux-amd64.tar.gz - - tar xf /tmp/tx-linux-amd64.tar.gz -C /tmp - - mv /tmp/tx /usr/bin/tx - - tx push -s - rules: - - if: $CI_COMMIT_REF_NAME == "develop" && $CI_PROJECT_ID == $ROOT_PROJECT_ID - Generate Signed Develop APK: stage: APK # We don't need the gradle cache here diff --git a/.tx/config b/.tx/config deleted file mode 100644 index 53098b13..00000000 --- a/.tx/config +++ /dev/null @@ -1,10 +0,0 @@ -[main] -host = https://www.transifex.com -lang_map = fr_CA: fr-rCA, fr_FR: fr, es_ES: es, km_KH: km-rKH, th_TH: th, pl_PL: pl, zh_TW: zh-rTW, ru_RU: ru, pt_BR: pt-rBR, pt_PT: pt, he: iw, zh_HK: zh-rHK, da_DK: da-rDK, de_DE: de, bg_BG: bg, sr: sr, nl_NL: nl, zh_CN: zh-rCN, sv_SE: sv-rSE, el_GR: el, lt_LT: lt, it_IT: it, hu_HU: hu, kn_IN: kn-rIN, tr_TR: tr, cs_CZ: cs, id: in - -[o:ultrasonic:p:ultrasonic:r:app] -file_filter = ultrasonic/src/main/res/values-/strings.xml -source_file = ultrasonic/src/main/res/values/strings.xml -source_lang = en -type = ANDROID - diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2343084a..7f528800 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ issue](https://gitlab.com/ultrasonic/ultrasonic/issues/new). ## Contributing Translations Interested in help to translate Ultrasonic? You can contribute in our -[Transifex team](https://www.transifex.com/ultrasonic/ultrasonic/). +[Weblate team](https://hosted.weblate.org/projects/ultrasonic/). ## Contributing Code