Skip to content

Commit

Permalink
feat: add localizations for the browser tab (#9474)
Browse files Browse the repository at this point in the history
<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->

## **Description**

Add localizations for the browser tab and it's new footer
this is for the following feature PR:
#9321

## **Related issues**

Fixes:

## **Manual testing steps**

1. Go to this page...
2.
3.

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

<!-- [screenshots/recordings] -->

### **After**

<!-- [screenshots/recordings] -->

## **Pre-merge author checklist**

- [x] I’ve followed [MetaMask Coding
Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
  • Loading branch information
EtherWizard33 authored Apr 30, 2024
1 parent 28bf4bc commit fffadb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions locales/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,9 @@
"remove_bookmark_title": "Remove favorite",
"remove_bookmark_msg": "Do you really want to remove this site from your favorites?",
"yes": "Yes",
"undefined_account": "Undefined account",
"close_tab": "Close tab",
"switch_tab": "Switch tab",
"protocol_alert_options": {
"ignore": "Ignore",
"allow": "Allow"
Expand Down

0 comments on commit fffadb9

Please sign in to comment.