Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Add translateWith #18

Merged
merged 4 commits into from
Dec 20, 2022
Merged
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
10 changes: 10 additions & 0 deletions en_US/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,15 @@
"neverOfferTranslation": {
"message": "Never offer translations",
"description": "Option to prevent the translation bar from being automatically displayed"
},
"translateWith": {
"message": "Translate with $FIREFOXTRANSLATIONS$",
"description":"Context menu item that copies the selected text in a popup dialog where it can be translated with Firefox Translations.",
"placeholders": {
"firefoxtranslations" : {
"content": "$1",
"example": "Firefox Translations"
}
}
}
}