https://github.com/badetitou/franz-google-translate
https://github.com/badetitou/franz-google-translate
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/badetitou/franz-google-translate
- Owner: badetitou
- Created: 2018-07-17T20:52:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T20:57:42.000Z (about 7 years ago)
- Last Synced: 2025-01-14T01:15:21.314Z (9 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Translate for Franz
An unofficial [Franz](https://meetfranz.com/) recipe for [Google Translate](https://translate.google.com/).
## Installing
### Windows
With git and PowerShell:
```bash
mkdir $env:APPDATA\Franz\recipes\dev\
git clone git@github.com:badetitou/franz-google-translate.git $env:APPDATA\Franz\recipes\dev\franz-google-translate
```With Explorer:
1. Download the `franz-google-translate.zip` from github. Extract it to its own folder (`franz-google-translate`).
2. Open `%appdata%/Franz/recipes/dev/`. The `dev` folder may not exist, so go ahead and create it.
3. Copy the `franz-google-translate` folder into the plugins directory.
4. Reload Franz.### Mac
```bash
mkdir ~/Library/Application\ Support/Franz/recipes/dev/
git clone git@github.com:badetitou/franz-google-translate.git ~/Library/Application\ Support/Franz/recipes/dev/franz-google-translate
```### Linux
```bash
mkdir ~/.config/Franz/recipes/dev
git clone git@github.com:badetitou/franz-google-translate.git ~/.config/Franz/recipes/dev/franz-google-translate
```