Browse Source

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>
Stefan Niedermann 2 years ago
parent
commit
f51a1a9e8f
3 changed files with 3 additions and 3 deletions
  1. 1 1
      CONTRIBUTING.md
  2. 1 1
      README.md
  3. 1 1
      app/src/main/res/values/setup.xml

+ 1 - 1
CONTRIBUTING.md

@@ -319,7 +319,7 @@ A good practice is to not include the word `menu` as part of the name because th
 
 ## Translations
 
-We manage translations via [Transifex](https://www.transifex.com/nextcloud/nextcloud/android/). So just request joining the translation team for Android on the site and start translating. All translations will then be automatically pushed to this repository, there is no need for any pull request for translations.
+We manage translations via [Transifex](https://app.transifex.com/nextcloud/nextcloud/android/). So just request joining the translation team for Android on the site and start translating. All translations will then be automatically pushed to this repository, there is no need for any pull request for translations.
 
 If you need to change a translation, do not change it, but give it new key. This way the translation stays backward compatible as we automatically backport translated strings to last versions.
 

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ height="80">](https://f-droid.org/packages/com.nextcloud.client/)
 If you want to [contribute](https://nextcloud.com/contribute/) to Nextcloud, you are very welcome:
 
 *   our forum at https://help.nextcloud.com
-*   for translations of the app on [Transifex](https://www.transifex.com/nextcloud/nextcloud/android/)
+*   for translations of the app on [Transifex](https://app.transifex.com/nextcloud/nextcloud/android/)
 *   opening issues and PRs (including a corresponding issue)
 
 ## Contribution Guidelines & License :scroll:

+ 1 - 1
app/src/main/res/values/setup.xml

@@ -95,7 +95,7 @@
     <string name="play_store_register_beta" translatable="false">https://play.google.com/apps/testing/com.nextcloud.client</string>
     <string name="fdroid_link" translatable="false">https://f-droid.org/repository/browse/?fdid=com.nextcloud.client</string>
     <string name="help_link" translatable="false">https://help.nextcloud.com/c/clients/android</string>
-    <string name="translation_link" translatable="false">https://www.transifex.com/nextcloud/nextcloud/android/</string>
+    <string name="translation_link" translatable="false">https://app.transifex.com/nextcloud/nextcloud/android/</string>
     <string name="contributing_link" translatable="false">https://github.com/nextcloud/android/blob/master/CONTRIBUTING.md</string>
     <!-- For semi-automated bug report creation -->
     <string name="report_issue_link" translatable="false">https://github.com/nextcloud/android/issues/new?labels=bug&amp;body=%1$s</string>