Skip to content

Commit

Permalink
Merge pull request #340 from /issues/338/enable-translate-android-bet…
Browse files Browse the repository at this point in the history
…a-production

Android translate to BETA 100%
  • Loading branch information
kjozwiak authored Aug 30, 2022
2 parents a283f1a + 6c91e65 commit 3e19e9d
Showing 1 changed file with 4 additions and 39 deletions.
43 changes: 4 additions & 39 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1247,14 +1247,7 @@
"name": "Enabled",
"probability_weight": 100,
"feature_association": {
"enable_feature": ["UseBraveTranslateGo"]
}
},
{
"name": "Disabled",
"probability_weight": 0,
"feature_association": {
"disable_feature": ["UseBraveTranslateGo"]
"enable_feature": ["UseBraveTranslateGo", "Translate"]
}
},
{
Expand All @@ -1263,38 +1256,10 @@
}
],
"filter": {
"min_version": "103.1.43.9",
"min_version": "104.1.43.54",
"channel": ["NIGHTLY", "BETA"],
"platform": ["WINDOWS", "MAC", "LINUX"]
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
},
{
"name": "BraveTranslateAndroidStudy",
"experiments": [
{
"name": "Enabled",
"probability_weight": 100,
"feature_association": {
"enable_feature": ["UseBraveTranslateGo", "Translate"]
}
},
{
"name": "Disabled",
"probability_weight": 0,
"feature_association": {
"disable_feature": ["UseBraveTranslateGo", "Translate"]
}
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"min_version": "104.1.43.74",
"channel": ["NIGHTLY"],
"platform": ["ANDROID"]
}
}
}
]
}

0 comments on commit 3e19e9d

Please sign in to comment.