From 94e4dd5cfec297d23a7fa08b263d2326fd1911c8 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Thu, 6 Apr 2023 18:33:28 +0200 Subject: [PATCH 1/3] Adapt domain move of Transifex Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- translationfiles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translationfiles/README.md b/translationfiles/README.md index fb7155766..76eaac169 100755 --- a/translationfiles/README.md +++ b/translationfiles/README.md @@ -1,7 +1,7 @@ # Translations for the cookbook app **Warning: -This is an old and outdated information! This project has moved to [Transifex](https://www.transifex.com/nextcloud/nextcloud/cookbook/).** +This is an old and outdated information! This project has moved to [Transifex](https://app.transifex.com/nextcloud/nextcloud/cookbook/).** You can use this as a guide for developers to test translations but **do not** open pull requests regarding translation files. Thank you! From ea4c4fa79d0cedfe154094a086fc4b898c33a166 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sun, 9 Apr 2023 10:39:39 +0200 Subject: [PATCH 2/3] Added further changes to fix transifex URLs Signed-off-by: Christian Wolf --- README.md | 2 +- docs/dev/contributing/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 024e36ad3..de1094433 100644 --- a/README.md +++ b/README.md @@ -54,5 +54,5 @@ A lot of websites are unfortunately not following the schema.org/Recipe standard The parser is far from perfect. If you can help out in any way, please [have a look at the parseRecipeHtml() method](https://github.com/nextcloud/nextcloud-cookbook/blob/master/lib/Service/RecipeService.php) and create a pull request with your changes. #### All of the text is in English? -This app uses the [Transifex](https://www.transifex.com/nextcloud/nextcloud/cookbook/) translation system. +This app uses the [Transifex](https://app.transifex.com/nextcloud/nextcloud/cookbook/) translation system. You might want to register there to help translating the app to new languages or report errors in existing translations. diff --git a/docs/dev/contributing/index.md b/docs/dev/contributing/index.md index 3eb3c9bac..7df0be51b 100644 --- a/docs/dev/contributing/index.md +++ b/docs/dev/contributing/index.md @@ -12,7 +12,7 @@ We prepared a [page on the setup](setup) to help you get started with the techni See also the page on [code coverage](code_coverage). ## Translating -Feel free to have a look at the [transifex page on the cookbook app](https://www.transifex.com/nextcloud/nextcloud/cookbook/). +Feel free to have a look at the [transifex page on the cookbook app](https://app.transifex.com/nextcloud/nextcloud/cookbook/). Any translations done there will be synchronized on a nightly base. ## Documentation From f58c3c7fc455627fafd8dd8d9707abc9b956e156 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sun, 9 Apr 2023 10:46:03 +0200 Subject: [PATCH 3/3] Update changelog Signed-off-by: Christian Wolf --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cbeba4c7..3342f89bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ - Fix translation string to not contain quotes [#1582](https://github.com/nextcloud/cookbook/pull/1582) @roliverio +### Maintenance +- Fix URL of Transifex after upstream subdomain change + [#1598](https://github.com/nextcloud/cookbook/pull/1598) @rakekniven + + ## 0.10.2 - 2023-03-24 ### Changed