Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Jun 15, 2023
0 parents commit ed5ee38
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: ['https://www.buymeacoffee.com/gnehs']
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[![Flat](https://gnehs.github.io/made-with-pancake-badge/flat.svg)](https://pancake.tw)

# Subtitle Translator

<img width="801" src="https://github.com/gnehs/subtitle-translator-electron/assets/16719720/07d147b3-2840-4cf1-8b49-15a5925581a5">
<p align="center">
Translate subtitle using ChatGPT
</p>

## Supported subtitle extensions

- `.ass`
- `.srt`
- `.ssa`
- `.vtt` WebVTT

## Features

- Translate subtitle using ChatGPT
- Support multiple languages
- Translation according to the preceding and following sentences

## [Download](https://github.com/gnehs/subtitle-translator-electron/releases/latest)

Download the latest stable version from the
[Releases](https://github.com/gnehs/subtitle-translator-electron/releases/latest)
page

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## Buy me a coffee

<a href="https://www.buymeacoffee.com/gnehs" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;" ></a>

0 comments on commit ed5ee38

Please sign in to comment.