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 Feb 29, 2024
1 parent 867df77 commit 0d8c837
Show file tree
Hide file tree
Showing 20 changed files with 1,446 additions and 1,314 deletions.
2 changes: 1 addition & 1 deletion dist/chrome/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message": "Immersionsübersetzung"
},
"brandName": {
"message": "Immersion Translation: Zweisprachige Webseitenübersetzung und Übersetzung von PDF-Dokumenten"
"message": "Immersion Translation: Bilinguale Webseiten & PDF Übersetzung"
},
"brandDescription": {
"message": "Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use."
Expand Down
2 changes: 1 addition & 1 deletion dist/chrome/_locales/fr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message": "Traduction en immersion"
},
"brandName": {
"message": "Traduction en immersion : traduction bilingue de pages Web et de documents PDF"
"message": "Traduction en immersion : pages Web et PDF bilingues"
},
"brandDescription": {
"message": "Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use."
Expand Down
42 changes: 27 additions & 15 deletions dist/chrome/background.js

Large diffs are not rendered by default.

300 changes: 156 additions & 144 deletions dist/chrome/content_script.js

Large diffs are not rendered by default.

39 changes: 24 additions & 15 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.2.2",
"version": "1.2.3",
"default_locale": "en",
"background": {
"service_worker": "background.js"
Expand Down
366 changes: 189 additions & 177 deletions dist/chrome/options.js

Large diffs are not rendered by default.

300 changes: 156 additions & 144 deletions dist/chrome/popup.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/chrome/video-subtitle/inject.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/firefox/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message": "Immersionsübersetzung"
},
"brandName": {
"message": "Immersion Translation: Zweisprachige Webseitenübersetzung und Übersetzung von PDF-Dokumenten"
"message": "Immersion Translation: Bilinguale Webseiten & PDF Übersetzung"
},
"brandDescription": {
"message": "Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use."
Expand Down
2 changes: 1 addition & 1 deletion dist/firefox/_locales/fr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message": "Traduction en immersion"
},
"brandName": {
"message": "Traduction en immersion : traduction bilingue de pages Web et de documents PDF"
"message": "Traduction en immersion : pages Web et PDF bilingues"
},
"brandDescription": {
"message": "Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use."
Expand Down
Loading

0 comments on commit 0d8c837

Please sign in to comment.