Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/dev/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion translationfiles/README.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down