Skip to content

Commit

Permalink
v0.34
Browse files Browse the repository at this point in the history
Signed-off-by: MagicOfLolis <[email protected]>
  • Loading branch information
magicoflolis committed Apr 10, 2022
1 parent d84deff commit bf7e894
Show file tree
Hide file tree
Showing 8 changed files with 274 additions and 279 deletions.
32 changes: 13 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,20 @@ Legacy | [(GitHub) Install](https://github.com/magicoflolis/twitter-translator/r

> The menu and CSS have been compressed to reduce file size. Comments can be found under `src/main.js` on GitHub.
* [ Script ] Support for External & Internal Translators!
* [ Menu ] Config Menu!
* [ Menu ] Multiple language support!
* [ Menu ] Support for matching Twitter colors
* [ Menu ] Support for matching Twitter theme
* [ Site ] Support for [TwitLonger](https://www.twitlonger.com)
* [ Site ] Support for [TweetDeck](https://tweetdeck.twitter.com)
* [ Site ] Support for every [Nitter](https://github.com/zedeus/nitter/wiki/Instances#official-instances)
* [ Script ] Now works while logged out!
* [ Script ] Added "Restore to Defaults" button.
* [ Site ] Added mobile.twitter.com
* [ Menu ] Will automatically default to current sites theme.
* [ Menu ] Will automatically select the current language of the site.
* Each [ WIP ] is functional.
* [ WIP ] Every theme can be applied to any site!
* Support for External & Internal Translators!
* Multi language Config menu!
* Multi language Translator support!
* Colors and themes can be customized.
* Automatically match websites Theme
* Automatically match websites Language
* Supports mobile [Twitter](https://mobile.twitter.com/)
* Supports [TwitLonger](https://www.twitlonger.com)
* Supports [TweetDeck](https://tweetdeck.twitter.com)
* Supports every [Nitter](https://github.com/zedeus/nitter/wiki/Instances#official-instances)
* Support for multiple Bios / Tweets on websites!
* [ Misc ] Works while logged out!
* [ Misc ] "Restore to Defaults" button.
* [ WIP ] Added help for each menu item.
* [ WIP ] Reworked the menus CSS.

### Supported

Expand All @@ -63,14 +60,12 @@ Yandex Translate | ✅ |[link](https://translate.yandex.com/)| ❌ |
## Bugs / Issues

* [ User Script ] *May* conflict with [Magic Userscript+ : Show Site All UserJS](https://greasyfork.org/scripts/421603).
* [ Script ] *Sometimes* "Translate tweet" won't appear on Twitter. (Clicking a picture and opening the right sidebar to view the Tweet & Replies)
* [ Translator ] MyMemory API doesn't work in Bios.
* [ Menu ] Cannot be moved or disabled. ( WIP )

**Footnotes:**

* [ Translator ] Twitters built-in translation uses Google Translate, TweetDeck uses Bing Microsoft Translator.
* [ TweetDeck ] Only appears in one column.
* [ Translator ] Yandex Translate may default to Russian.
![YandexHelp](https://raw.githubusercontent.com/magicoflolis/twitter-translator/master/assets/ExternalTranslator4.gif)

Expand All @@ -89,6 +84,5 @@ Yandex Translate | ✅ |[link](https://translate.yandex.com/)| ❌ |
* Fix any bugs along the way.
* Automatically match Twitter colors.
* Show multiple translators at once.
* Show multiple on TweetDeck.
* Support for direct messages.
* Support more translators.
2 changes: 1 addition & 1 deletion dist/css/twittertranslator.css

Large diffs are not rendered by default.

253 changes: 125 additions & 128 deletions dist/twittertranslator.user.js

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Twitter External Translator",
"description": "Adds external & internal translators to various sites.",
"author": "Magic <[email protected]>",
"version": "0.33",
"version": "0.34",
"license": "GPL-3.0-only",
"homepage": "https://github.com/magicoflolis/twitter-translator#twitter-external-translator",
"bugs": {
Expand All @@ -19,25 +19,25 @@
"lint:Beautify": "js-beautify -r ./dist/twittertranslator.user.js --config .jsbeautifyrc.json"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.123",
"@types/babel__core": "^7.1.17",
"@types/jquery": "^3.5.11",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.165",
"@types/babel__core": "^7.1.19",
"@types/jquery": "^3.5.14",
"@types/sass": "^1.43.1",
"autoprefixer": "^10.4.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"http-server": "^14.0.0",
"js-beautify": "^1.14.0",
"node-watch": "^0.7.2"
"autoprefixer": "^10.4.4",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"http-server": "^14.1.0",
"js-beautify": "^1.14.3",
"node-watch": "^0.7.3"
},
"dependencies": {
"dotenv": "^10.0.0",
"dotenv": "^16.0.0",
"jquery": "^3.6.0",
"sass": "^1.45.1"
"sass": "^1.50.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit bf7e894

Please sign in to comment.