-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ed5ee38
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |