Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2023-04-05 12:34:45 +0300
committerStefan Niedermann <info@niedermann.it>2023-04-05 12:34:45 +0300
commitd7708110f091142c931ad7297a726563a8c2ea02 (patch)
tree3eff4cb8639aed85dce9ded186deebb4d8554120
parent45cb72d7b5139c3e526714313e3ec1c6764498ee (diff)
fix(i18n): Adjust links to transifex
https://help.nextcloud.com/t/transifex-announcement-web-applications-domain-change/159445 Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--README.md2
-rw-r--r--app/src/main/res/values/strings.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8bd31120d..4d95cd229 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ An Android client for [Nextcloud Deck App](https://github.com/nextcloud/deck/).
* [Pick a good first issue](https://github.com/stefan-niedermann/nextcloud-deck/labels/good%20first%20issue) :notebook:
* Create a [Pull Request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)
* Help increasing the test coverage by contributing unit tests
-* Translate the app on [Transifex](https://www.transifex.com/nextcloud/nextcloud/android-deck/)
+* Translate the app on [Transifex](https://app.transifex.com/nextcloud/nextcloud/android-deck/)
* Send me a bottle of your favorite beer :beers: :wink:
## 🔗 Requirements
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index aa4b10b15..62ff93693 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -105,7 +105,7 @@
<string name="url_issues" translatable="false">https://github.com/stefan-niedermann/nextcloud-deck/issues/new/choose</string>
<string name="url_report_bug" translatable="false">https://github.com/stefan-niedermann/nextcloud-deck/issues/new?labels=bug&amp;template=bug_report.md</string>
<string name="url_license" translatable="false">https://github.com/stefan-niedermann/nextcloud-deck/blob/master/LICENSE</string>
- <string name="url_translations" translatable="false">https://www.transifex.com/nextcloud/nextcloud/</string>
+ <string name="url_translations" translatable="false">https://app.transifex.com/nextcloud/nextcloud/</string>
<string name="url_about_icons_disclaimer_mdi" translatable="false">https://materialdesignicons.com/</string>
<string name="url_fragment_update_deck" translatable="false">/index.php/settings/apps/installed/deck</string>
<string name="url_fragment_install_deck" translatable="false">/index.php/settings/apps/organization/deck</string>