blob: 65abcf603fe1df3ddc1aa89fe5136e7e4e64c409 [file] [log] [blame] [view]
avm9996343985f52016-09-17 17:40:34 +02001# translateselectedtext
Adrià Vilanova Martínez4bed9502022-06-26 01:37:04 +02002[![Available in the Chrome Web Store](docs/resources/ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/translate-selected-text/fbimffnjoeobhjhochngikepgfejjmgj)
3[![Get it for Microsoft Edge](docs/resources/EdgeAddonBadge.png)](https://microsoftedge.microsoft.com/addons/detail/translate-selected-text/hdjapebmiepclngcmnjaaiincnllakpg)
4
avm9996343985f52016-09-17 17:40:34 +02005The source code of the Chrome "Translate Selected Text" extension.
6
avm999635951a2c2016-09-17 18:02:05 +02007## Do you want to help to translate this extension's UI?
avm99963ce257a92020-12-27 00:07:13 +01008If you want to help bring this extension into your native language, you can, and
9I would really appreciate it! Just go to the following website and start
10translating :)
avm9996343985f52016-09-17 17:40:34 +020011
avm999635951a2c2016-09-17 18:02:05 +020012* [Translate Selected Text - Crowdin](https://crowdin.com/project/translateselectedtext)
13
14[![Crowdin](https://d322cqt584bo4o.cloudfront.net/translateselectedtext/localized.svg)](https://crowdin.com/project/translateselectedtext)
avm9996343985f52016-09-17 17:40:34 +020015
avm999631e9acd22021-01-16 16:14:34 +010016## Bugs
Adrià Vilanova Martínez4bed9502022-06-26 01:37:04 +020017Please, report any bugs or feature sugestions in our issue tracker:
18[https://bugs.avm99963.com/p/translateselectedtext](https://bugs.avm99963.com/p/translateselectedtext).
avm999631e9acd22021-01-16 16:14:34 +010019
20## Beta version
21As this extension has so many users, I've decided to upload a Beta version of
22the extension to the Chrome Web Store so I can test it before uploading any
23update to the stable version! This way I can make sure that the stable version
24of the extension is 100% bug-free.
25
26If you want to test the bleeding edge of this extension before everybody else,
27join the Google Group and download the extension (there may be bugs, you've been
28warned):
29
30- [Google Group](https://groups.google.com/g/gtranslator-beta)
31- [Translate Selected Text (Beta)](https://chrome.google.com/webstore/detail/translate-selected-text-b/pckjhlclhnnhdadoockkhgfkceeljnkg)
32
avm9996343985f52016-09-17 17:40:34 +020033## Special thanks
34Special thanks to:
avm99963ce257a92020-12-27 00:07:13 +010035* All the users who use the extension every day and who trust the model of
36developing simple extensions which do not request any privacy-breaking
37permissions.
Adrià Vilanova Martínez4bed9502022-06-26 01:37:04 +020038* All the users who
39[have contributed translations](https://crowdin.com/project/translateselectedtext/activity_stream).
40You rock!
avm99963f01af0e2020-12-26 23:11:10 +010041
Adrià Vilanova Martínez4bed9502022-06-26 01:37:04 +020042## Contributing
43If you want to contribute to the development of the extension, you're more than
44welcome! The documentation for this project is currently very poor, but please
45open an issue in the [issue tracker](https://iavm.xyz/b/translateselectedtext)
46if you're willing to contribute and I'll make sure to prioritize writing the
47documentation for this extension!
48
49* [Documentation for developers](docs/development.md)