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 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 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!