Features • Install • Development Setup • Recommended Tool
- Auto detect language and translate to target language.
- Convert english text to specified format use in programming.
- Use Change Case
Format Case | Example |
---|---|
snake | test_string |
param | test-string |
camel | testString |
pascal | TestString |
path | test/string |
constant | TEST_STRING |
dot | test.string |
header | Test-String |
lower | test string |
capital | Test String |
- Front-End: VueJs, Tailwind
- Back-End: WebExtension Polyfill
- Test: Cypress, Vite
Clone this repository
git clone https://github.com/Seakimhour/pro-translate.git
Install dependency
npm install
Compile output
npm run prod
Load extension to Chrome
- go to
chrome://extensions
- Enable Developer mode
- click on
Load unpacked
button - upload
dist
folder inside project folder that has created after compile
Install extension from Chrome Store
Clone this repository
git clone https://github.com/Seakimhour/pro-translate.git
Install dependency
npm install
Compile Watch
npm run dev