Skip to content

Commit

Permalink
Merge pull request #3955 from openfoodfacts/changelog-for-flavors
Browse files Browse the repository at this point in the history
[WIP] Changelog for flavors
  • Loading branch information
teolemon committed Apr 28, 2021
2 parents df67f7c + 430b4fb commit c2c358c
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/src/obf/assets/changelog/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"changelog": [
{
"date": "10/02/2021",
"code": 350,
"name": "3.5.0",
"items": [
"Machine-Learning enhanced barcode scanner. You can now enable a new way to scan from the options. You can switch the barcode scanner engine at any time from the settings.",
"Help the Open Food Facts volunteers improve the app. You have the option to send anonymous analytics and crash reports. It can be enabled and disabled at any time from the settings."
]
}
]
}
13 changes: 13 additions & 0 deletions app/src/off/assets/changelog/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"changelog": [
{
"date": "10/02/2021",
"code": 350,
"name": "3.5.0",
"items": [
"Machine-Learning enhanced barcode scanner. You can now enable a new way to scan from the options. You can switch the barcode scanner engine at any time from the settings.",
"Help the Open Food Facts volunteers improve the app. You have the option to send anonymous analytics and crash reports. It can be enabled and disabled at any time from the settings."
]
}
]
}
13 changes: 13 additions & 0 deletions app/src/opf/assets/changelog/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"changelog": [
{
"date": "10/02/2021",
"code": 350,
"name": "3.5.0",
"items": [
"Machine-Learning enhanced barcode scanner. You can now enable a new way to scan from the options. You can switch the barcode scanner engine at any time from the settings.",
"Help the Open Food Facts volunteers improve the app. You have the option to send anonymous analytics and crash reports. It can be enabled and disabled at any time from the settings."
]
}
]
}
13 changes: 13 additions & 0 deletions app/src/opff/assets/changelog/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"changelog": [
{
"date": "10/02/2021",
"code": 350,
"name": "3.5.0",
"items": [
"Machine-Learning enhanced barcode scanner. You can now enable a new way to scan from the options. You can switch the barcode scanner engine at any time from the settings.",
"Help the Open Food Facts volunteers improve the app. You have the option to send anonymous analytics and crash reports. It can be enabled and disabled at any time from the settings."
]
}
]
}
19 changes: 19 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,22 @@ files:
dest: app/src/main/assets/changelog/changelog.json
preserve_hierarchy: true

- source: app/src/off/assets/changelog/changelog.json
translation: app/src/off/assets/changelog/changelog-%locale%.json
dest: app/src/main/assets/changelog/changelog.json
preserve_hierarchy: true

- source: app/src/opff/assets/changelog/changelog.json
translation: app/src/opff/assets/changelog/changelog-%locale%.json
dest: app/src/main/assets/changelog/changelog.json
preserve_hierarchy: true

- source: app/src/opf/assets/changelog/changelog.json
translation: app/src/opf/assets/changelog/changelog-%locale%.json
dest: app/src/main/assets/changelog/changelog.json
preserve_hierarchy: true

- source: app/src/obf/assets/changelog/changelog.json
translation: app/src/obf/assets/changelog/changelog-%locale%.json
dest: app/src/main/assets/changelog/changelog.json
preserve_hierarchy: true

0 comments on commit c2c358c

Please sign in to comment.