commit | 56b8f0a65adbc35e648c147a61ea98729d7adf05 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Mon Dec 25 20:59:34 2023 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Mon Dec 25 20:59:34 2023 +0100 |
tree | 1a7b48870ba5c73228b548a12e515a3d8e851c3e | |
parent | 9ff52fea6974e67e8a88d81cfdc99fe0c01210e7 [diff] |
fix(build): install typescript in the project Typescript was already included as a dependency of ts-loader but it wasn't installed directly by package.json. This made the build sometimes fail with the following error message: > Could not load TypeScript. Try installing with `yarn add typescript` > or `npm install typescript`. This CL fixes it by installing typescript in the project. Change-Id: I779ca219a9f14fb1ae8af833cbee2ac0c8c435db
The source code of the Chrome "Translate Selected Text" extension.
If you want to help bring this extension into your native language, you can, and I would really appreciate it! Just go to the following website and start translating :)
Please, report any bugs or feature sugestions in our issue tracker: https://bugs.avm99963.com/p/translateselectedtext.
As this extension has so many users, I've decided to upload a Beta version of the extension to the Chrome Web Store so I can test it before uploading any update to the stable version! This way I can make sure that the stable version of the extension is 100% bug-free.
If you want to test the bleeding edge of this extension before everybody else, join the Google Group and download the extension (there may be bugs, you've been warned):
Special thanks to:
If you want to contribute to the development of the extension, you're more than welcome! The documentation for this project is currently very poor, but please open an issue in the issue tracker if you're willing to contribute and I'll make sure to prioritize writing the documentation for this extension!