-
Notifications
You must be signed in to change notification settings - Fork 27
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
Import fenix quarantine #834
base: main
Are you sure you want to change the base?
Conversation
3a6f026
to
1b9c361
Compare
@@ -235,8 +235,12 @@ | |||
<string name="browser_menu_open_in_regular_tab">Open in regular tab</string> | |||
<!-- Browser menu toggle that adds a shortcut to the site on the device home screen. --> | |||
<string name="browser_menu_add_to_homescreen">Add to Home screen</string> | |||
<!-- Browser menu toggle that adds a PWA of the site on the device home screen. --> | |||
<string name="browser_menu_add_app_to_homescreen">Add app to Home screen</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonalmeida Seems like you introduced this string. Could you please spell out PWA so localizers know what this is referring to?
<!-- Browser menu toggle that adds a shortcut to the site on the device home screen. --> | ||
<string name="browser_menu_add_to_homescreen_2">Add to Home screen…</string> | ||
<!-- Browser menu toggle that adds a PWA of the site on the device home screen. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonalmeida Please spell out PWA here as well
<string name="browser_menu_tools_description_with_translate_2">Reader View, Translate,%s Print, Share, Open app</string> | ||
<!-- Browser menu description that describes the various tools related menu items inside of the tools sub-menu | ||
The first parameter is the label of the report site issue (for example: Report Site issue) --> | ||
<string name="browser_menu_tools_description_2">Reader View,%s Print, Share, Open app</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iorgamgabriel Seems like you landed this string. The parameter here seems off, could you please update?
1b9c361
to
e099812
Compare
<string name="browser_menu_tools_description" moz:removedIn="133" tools:ignore="UnusedResources">Reader View, Print, Share, Open app</string> | ||
<!-- Browser menu description that describes the various tools related menu items inside of the tools sub-menu | ||
The first parameter is the label of the report site issue (for example: Report Site issue) --> | ||
<string name="browser_menu_tools_description_with_translate_2">Reader View, Translate,%s Print, Share, Open app</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iorgamgabriel Missed this one! The parameter here seems off, could you please update?
e099812
to
8b6f750
Compare
Import fenix quarantine