Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 21, 2024
1 parent 222070d commit 73aeb76
Show file tree
Hide file tree
Showing 16 changed files with 1,805 additions and 1,733 deletions.
2 changes: 1 addition & 1 deletion dist/chrome/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message": "Immersive Translate"
},
"brandName": {
"message": "Immersive Translate - Translate Website & PDF"
"message": "Immersive Translate (沉浸式翻译) - Translate Website & PDF"
},
"brandDescription": {
"message": "Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual"
Expand Down
118 changes: 62 additions & 56 deletions dist/chrome/background.js

Large diffs are not rendered by default.

402 changes: 204 additions & 198 deletions dist/chrome/content_script.js

Large diffs are not rendered by default.

112 changes: 59 additions & 53 deletions dist/chrome/content_start.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_brandName__",
"description": "__MSG_brandDescription__",
"version": "1.5.5",
"version": "1.5.6",
"default_locale": "en",
"background": {
"service_worker": "background.js"
Expand Down
372 changes: 189 additions & 183 deletions dist/chrome/options.js

Large diffs are not rendered by default.

398 changes: 202 additions & 196 deletions dist/chrome/popup.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/firefox/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message": "Immersive Translate"
},
"brandName": {
"message": "Immersive Translate - Translate Website & PDF"
"message": "Immersive Translate (沉浸式翻译) - Translate Website & PDF"
},
"brandDescription": {
"message": "Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual"
Expand Down
118 changes: 62 additions & 56 deletions dist/firefox/background.js

Large diffs are not rendered by default.

402 changes: 204 additions & 198 deletions dist/firefox/content_script.js

Large diffs are not rendered by default.

112 changes: 59 additions & 53 deletions dist/firefox/content_start.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_brandName__",
"description": "__MSG_brandDescription__",
"version": "1.5.5",
"version": "1.5.6",
"default_locale": "en",
"background": {
"scripts": [
Expand Down
372 changes: 189 additions & 183 deletions dist/firefox/options.js

Large diffs are not rendered by default.

398 changes: 202 additions & 196 deletions dist/firefox/popup.js

Large diffs are not rendered by default.

392 changes: 199 additions & 193 deletions dist/userscript/immersive-translate.user.js

Large diffs are not rendered by default.

334 changes: 170 additions & 164 deletions docs/options/options.js

Large diffs are not rendered by default.

0 comments on commit 73aeb76

Please sign in to comment.