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 Sep 28, 2024
1 parent e45da4c commit f7775c8
Show file tree
Hide file tree
Showing 18 changed files with 1,620 additions and 1,391 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 @@ -72,7 +72,7 @@
"message": "Translate the content of the current input box"
},
"toggleOnlyTransation": {
"message": "Switch to bilingual/translation-only mode"
"message": "Switch to /translation-only mode"
},
"toggleTranslationMask": {
"message": "Toggle blur effect on translated text (learning mode) for the current page"
Expand Down
2 changes: 1 addition & 1 deletion dist/chrome/_locales/ko/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message": "Immersive Translate"
},
"brandName": {
"message": "몰입형 번역 - 웹 사이트 번역 확장 프로그램 | PDF 번역 | 무료"
"message": "몰입형 번역 - 웹 PDF 번역"
},
"brandDescription": {
"message": "[몰입형 번역] 무료 (원문/번역문) 이중 언어 대조 웹사이트 번역 확장 프로그램으로 PDF 번역(조판 유지), 비디오 이중 언어 자막 번역(YouTube, Netflix 등), EPUB 전자책 번역을 지원합니다."
Expand Down
83 changes: 51 additions & 32 deletions dist/chrome/background.js

Large diffs are not rendered by default.

341 changes: 180 additions & 161 deletions dist/chrome/content_script.js

Large diffs are not rendered by default.

83 changes: 51 additions & 32 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.9.7",
"version": "1.9.8",
"default_locale": "en",
"background": {
"service_worker": "background.js"
Expand Down
339 changes: 179 additions & 160 deletions dist/chrome/options.js

Large diffs are not rendered by default.

333 changes: 176 additions & 157 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 @@ -72,7 +72,7 @@
"message": "Translate the content of the current input box"
},
"toggleOnlyTransation": {
"message": "Switch to bilingual/translation-only mode"
"message": "Switch to /translation-only mode"
},
"toggleTranslationMask": {
"message": "Toggle blur effect on translated text (learning mode) for the current page"
Expand Down
2 changes: 1 addition & 1 deletion dist/firefox/_locales/ko/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message": "Immersive Translate"
},
"brandName": {
"message": "몰입형 번역 - 웹 사이트 번역 확장 프로그램 | PDF 번역 | 무료"
"message": "몰입형 번역 - 웹 PDF 번역"
},
"brandDescription": {
"message": "[몰입형 번역] 무료 (원문/번역문) 이중 언어 대조 웹사이트 번역 확장 프로그램으로 PDF 번역(조판 유지), 비디오 이중 언어 자막 번역(YouTube, Netflix 등), EPUB 전자책 번역을 지원합니다."
Expand Down
83 changes: 51 additions & 32 deletions dist/firefox/background.js

Large diffs are not rendered by default.

341 changes: 180 additions & 161 deletions dist/firefox/content_script.js

Large diffs are not rendered by default.

83 changes: 51 additions & 32 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.9.7",
"version": "1.9.8",
"default_locale": "en",
"background": {
"scripts": [
Expand Down
339 changes: 179 additions & 160 deletions dist/firefox/options.js

Large diffs are not rendered by default.

333 changes: 176 additions & 157 deletions dist/firefox/popup.js

Large diffs are not rendered by default.

312 changes: 166 additions & 146 deletions dist/userscript/immersive-translate.user.js

Large diffs are not rendered by default.

329 changes: 174 additions & 155 deletions docs/options/options.js

Large diffs are not rendered by default.

0 comments on commit f7775c8

Please sign in to comment.