├── .github └── FUNDING.yml ├── .gitignore ├── LICENSE ├── README.md ├── config.simple.json ├── index.js ├── package.json ├── res └── .gitkeep └── src └── .gitkeep /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnehs/subtitle-translator/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnehs/subtitle-translator/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnehs/subtitle-translator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnehs/subtitle-translator/HEAD/README.md -------------------------------------------------------------------------------- /config.simple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnehs/subtitle-translator/HEAD/config.simple.json -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnehs/subtitle-translator/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnehs/subtitle-translator/HEAD/package.json -------------------------------------------------------------------------------- /res/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/.gitkeep: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------