Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up localization for experiment fx-view-discoverability-early-day-users #33

Merged
merged 1 commit into from
May 28, 2024
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
12 changes: 12 additions & 0 deletions .github/storage/experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@
"it"
]
},
"fx-view-discoverability-early-day-users": {
"complete": false,
"file": "en-US/subset/fx_view_discoverability_early_day_users_2024.ftl",
"issue": "31",
"locales": [
"de",
"en-CA",
"en-GB",
"fr",
"it"
]
},
"new-tab-microsurvey-relevance-satisfaction": {
"complete": true,
"file": "en-US/subset/new_tab_microsurvey_relevance_satisfaction_2024.ftl",
Expand Down
28 changes: 28 additions & 0 deletions en-CA/subset/fx_view_discoverability_early_day_users_2024.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

## Branch: treatment-a

fx-view-discoverability-treatment-a-title = Can’t find the tab you need?
fx-view-discoverability-treatment-a-subtitle = Search across all your open and closed tabs to quickly find it.
# Primary button label that routes to about:firefoxview
fx-view-discoverability-primary-button-label = Open Firefox View
# Dismisses the message
fx-view-discoverability-secondary-button-label = Dismiss
# Closes message and blocks message ID
fx-view-discoverability-split-button-option1-label = Don’t show this recommendation again
# Dismisses message and reduces frequency of message
fx-view-discoverability-split-button-option2-label = Show fewer recommendations
# Opens about:preferences-cfraddons
fx-view-discoverability-split-button-option3-label = Manage settings

## Branch: treatment-b

fx-view-discoverability-treatment-b-title = Didn’t mean to close that tab?
fx-view-discoverability-treatment-b-subtitle = Find and reopen it quickly here. We keep a history of your recently closed tabs for you.

## Branch: treatment-c

fx-view-discoverability-treatment-c-title = Can’t find the tab you need?
fx-view-discoverability-treatment-c-subtitle = We’ll show you every tab you have open, across all your windows.
28 changes: 28 additions & 0 deletions en-GB/subset/fx_view_discoverability_early_day_users_2024.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

## Branch: treatment-a

fx-view-discoverability-treatment-a-title = Can’t find the tab you need?
fx-view-discoverability-treatment-a-subtitle = Search across all your open and closed tabs to quickly find it.
# Primary button label that routes to about:firefoxview
fx-view-discoverability-primary-button-label = Open Firefox View
# Dismisses the message
fx-view-discoverability-secondary-button-label = Dismiss
# Closes message and blocks message ID
fx-view-discoverability-split-button-option1-label = Don’t show this recommendation again
# Dismisses message and reduces frequency of message
fx-view-discoverability-split-button-option2-label = Show fewer recommendations
# Opens about:preferences-cfraddons
fx-view-discoverability-split-button-option3-label = Manage settings

## Branch: treatment-b

fx-view-discoverability-treatment-b-title = Didn’t mean to close that tab?
fx-view-discoverability-treatment-b-subtitle = Find and reopen it quickly here. We keep a history of your recently closed tabs for you.

## Branch: treatment-c

fx-view-discoverability-treatment-c-title = Can’t find the tab you need?
fx-view-discoverability-treatment-c-subtitle = We’ll show you every tab you have open, across all your windows.
28 changes: 28 additions & 0 deletions en-US/subset/fx_view_discoverability_early_day_users_2024.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

## Branch: treatment-a

fx-view-discoverability-treatment-a-title = Can’t find the tab you need?
fx-view-discoverability-treatment-a-subtitle = Search across all your open and closed tabs to quickly find it.
# Primary button label that routes to about:firefoxview
fx-view-discoverability-primary-button-label = Open Firefox View
# Dismisses the message
fx-view-discoverability-secondary-button-label = Dismiss
# Closes message and blocks message ID
fx-view-discoverability-split-button-option1-label = Don’t show this recommendation again
# Dismisses message and reduces frequency of message
fx-view-discoverability-split-button-option2-label = Show fewer recommendations
# Opens about:preferences-cfraddons
fx-view-discoverability-split-button-option3-label = Manage settings

## Branch: treatment-b

fx-view-discoverability-treatment-b-title = Didn’t mean to close that tab?
fx-view-discoverability-treatment-b-subtitle = Find and reopen it quickly here. We keep a history of your recently closed tabs for you.

## Branch: treatment-c

fx-view-discoverability-treatment-c-title = Can’t find the tab you need?
fx-view-discoverability-treatment-c-subtitle = We’ll show you every tab you have open, across all your windows.
11 changes: 11 additions & 0 deletions l10n.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,14 @@ locales = [
"fr",
"it"
]

[[paths]]
reference = "en-US/subset/fx_view_discoverability_early_day_users_2024.ftl"
l10n = "{locale}/subset/fx_view_discoverability_early_day_users_2024.ftl"
locales = [
"de",
"en-CA",
"en-GB",
"fr",
"it"
]