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 login-status-advisory-callout #58

Merged
merged 2 commits into from
Feb 19, 2025
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
11 changes: 11 additions & 0 deletions .github/storage/experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,17 @@
"it"
]
},
"login-status-advisory-callout": {
"complete": false,
"file": "en-US/subset/login_status_advisory_callout_2025.ftl",
"issue": "57",
"locales": [
"de",
"en-CA",
"en-GB",
"fr"
]
},
"microsurvey-addons-csat-2024": {
"complete": true,
"file": "en-US/subset/microsurvey_addons_csat_2024_2024.ftl",
Expand Down
21 changes: 21 additions & 0 deletions en-CA/subset/login_status_advisory_callout_2025.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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

# The 'account icon' is the toolbar button with a 'profile' icon of a human head/shoulders.
# It's for dealing with your Mozilla account. When hovering the icon, the tooltip says 'Account'.
login-status-advisory-title-a = You’re signed out. Click the account icon to sign in.

## Branch: treatment-b

# The 'account icon' is the toolbar button with a 'profile' icon of a human head/shoulders.
# It's for dealing with your Mozilla account. When hovering the icon, the tooltip says 'Account'.
login-status-advisory-title-b = Start syncing your data. Click the account icon to sign in.

## Branch: treatment-c

# The 'account icon' is the toolbar button with a 'profile' icon of a human head/shoulders.
# It's for dealing with your Mozilla account. When hovering the icon, the tooltip says 'Account'.
login-status-advisory-title-c = Sign in to sync
21 changes: 21 additions & 0 deletions en-GB/subset/login_status_advisory_callout_2025.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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

# The 'account icon' is the toolbar button with a 'profile' icon of a human head/shoulders.
# It's for dealing with your Mozilla account. When hovering the icon, the tooltip says 'Account'.
login-status-advisory-title-a = You’re signed out. Click the account icon to sign in.

## Branch: treatment-b

# The 'account icon' is the toolbar button with a 'profile' icon of a human head/shoulders.
# It's for dealing with your Mozilla account. When hovering the icon, the tooltip says 'Account'.
login-status-advisory-title-b = Start syncing your data. Click the account icon to sign in.

## Branch: treatment-c

# The 'account icon' is the toolbar button with a 'profile' icon of a human head/shoulders.
# It's for dealing with your Mozilla account. When hovering the icon, the tooltip says 'Account'.
login-status-advisory-title-c = Sign in to sync
21 changes: 21 additions & 0 deletions en-US/subset/login_status_advisory_callout_2025.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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

# The 'account icon' is the toolbar button with a 'profile' icon of a human head/shoulders.
# It's for dealing with your Mozilla account. When hovering the icon, the tooltip says 'Account'.
login-status-advisory-title-a = You’re signed out. Click the account icon to sign in.

## Branch: treatment-b

# The 'account icon' is the toolbar button with a 'profile' icon of a human head/shoulders.
# It's for dealing with your Mozilla account. When hovering the icon, the tooltip says 'Account'.
login-status-advisory-title-b = Start syncing your data. Click the account icon to sign in.

## Branch: treatment-c

# The 'account icon' is the toolbar button with a 'profile' icon of a human head/shoulders.
# It's for dealing with your Mozilla account. When hovering the icon, the tooltip says 'Account'.
login-status-advisory-title-c = Sign in to sync
10 changes: 10 additions & 0 deletions l10n.toml
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,13 @@ locales = [
"fr",
"it"
]

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