Skip to content

Commit c443381

Browse files
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>
1 parent 73642f0 commit c443381

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ An android client for [Nextcloud Notes App](https://github.com/nextcloud/notes/)
3535
* In-note search
3636
* Single note widget and note list widget
3737
* Render Markdown (using [Markwon](https://noties.io/Markwon))
38-
* Translated in many languages on [Transifex](https://www.transifex.com/nextcloud/nextcloud/android-notes/)
38+
* Translated in many languages on [Transifex](https://app.transifex.com/nextcloud/nextcloud/android-notes/)
3939
* Context based formatting ([#363](https://github.com/nextcloud/notes-android/issues/363))
4040
* Password protection ([#354](https://github.com/nextcloud/notes-android/issues/354))
4141

@@ -48,7 +48,7 @@ An android client for [Nextcloud Notes App](https://github.com/nextcloud/notes/)
4848
* Report issues in the [issue tracker](https://github.com/nextcloud/notes-android/issues)
4949
* [Pick a good first issue](https://github.com/nextcloud/notes-android/labels/Good%20first%20issue) :notebook:
5050
* Create a [Pull Request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)
51-
* Help translating this app on [Transifex](https://www.transifex.com/nextcloud/nextcloud/android-notes/) 🌎
51+
* Help translating this app on [Transifex](https://app.transifex.com/nextcloud/nextcloud/android-notes/) 🌎
5252
* Buy this app on [Google Play Store](https://play.google.com/store/apps/details?id=it.niedermann.owncloud.notes)
5353
* Send me a bottle of your favorite beer :beers: :wink:
5454

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<string name="url_source" translatable="false">https://github.com/nextcloud/notes-android</string>
6464
<string name="url_issues" translatable="false">https://github.com/nextcloud/notes-android/issues/new/choose</string>
6565
<string name="url_license" translatable="false">https://github.com/nextcloud/notes-android/blob/main/LICENSE</string>
66-
<string name="url_translations" translatable="false">https://www.transifex.com/nextcloud/nextcloud/</string>
66+
<string name="url_translations" translatable="false">https://app.transifex.com/nextcloud/nextcloud/</string>
6767
<string name="url_niedermann_it" translatable="false">https://www.niedermann.it/</string>
6868
<string name="url_about_icon_author" translatable="false">https://github.com/nextcloud/notes/blob/76d15214f80f2bf7ea08427bff73ad145128f090/img/notes.svg</string>
6969
<string name="url_about_icons_disclaimer_mdi" translatable="false">https://materialdesignicons.com/</string>

0 commit comments

Comments
 (0)