From 69d771ae777098598072a9dcb7b0e4cd14653f2c Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 24 Apr 2023 23:32:35 +0200 Subject: [PATCH] docs: Update Transifex links --- CMakeLists.txt | 2 +- README.md | 2 +- ci/txstats.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6edad5be..ffe61077b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,7 +135,7 @@ set(CALAMARES_DESCRIPTION_SUMMARY "The distribution-independent installer framew # # Language en (source language) is added later. It isn't listed in # Transifex either. Get the list of languages and their status -# from https://transifex.com/calamares/calamares/ , or (preferably) +# from https://app.transifex.com/calamares/calamares/ , or (preferably) # use ci/txstats.py to automatically check. # # When adding a new language, take care that it is properly loaded diff --git a/README.md b/README.md index 35a75453b..43a336de1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![GitHub license](https://img.shields.io/badge/license-Multiple-green)](https://github.com/calamares/calamares/tree/calamares/LICENSES) -| [Report a Bug](https://github.com/calamares/calamares/issues/new) | [Translate](https://www.transifex.com/projects/p/calamares/) | [Contribute](CONTRIBUTING.md) | [Matrix: #calamares:kde.org](https://webchat.kde.org/#/room/%23calamares:kde.org) | [IRC: Libera.Chat #calamares](https://kiwiirc.com/client/irc.libera.chat/#calamares) | [Wiki](https://github.com/calamares/calamares/wiki) | +| [Report a Bug](https://github.com/calamares/calamares/issues/new) | [Translate](https://app.transifex.com/calamares/calamares/) | [Contribute](CONTRIBUTING.md) | [Matrix: #calamares:kde.org](https://webchat.kde.org/#/room/%23calamares:kde.org) | [IRC: Libera.Chat #calamares](https://kiwiirc.com/client/irc.libera.chat/#calamares) | [Wiki](https://github.com/calamares/calamares/wiki) | |:--:|:--:|:--:|:--:|:--:|:--:| diff --git a/ci/txstats.py b/ci/txstats.py index 5fddc6bd6..f4aa8e196 100755 --- a/ci/txstats.py +++ b/ci/txstats.py @@ -53,7 +53,7 @@ class TransifexGetter(object): parser = configparser.ConfigParser() parser.read_file(f) - return parser.get("https://www.transifex.com", "password") + return parser.get("https://app.transifex.com", "password") except IOError as e: return None