https://github.com/alexxnb/translation-patcher
Translate any Node-based site which has sources in GitHub or Gitlab repository
https://github.com/alexxnb/translation-patcher
Last synced: about 1 month ago
JSON representation
Translate any Node-based site which has sources in GitHub or Gitlab repository
- Host: GitHub
- URL: https://github.com/alexxnb/translation-patcher
- Owner: AlexxNB
- License: mit
- Created: 2020-03-23T07:47:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T23:09:50.000Z (about 1 year ago)
- Last Synced: 2024-11-03T11:34:17.115Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 215 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# translation-patcher
This is tool for translating any open source site which has sources in GitHub or Gitlab repository. Just write translated files or strings and `translation-patcher` will do all hard work.
## Getting Started
Run this command where you want to place the directory for new translation project:
```shell
npx trpatcher init
```This will ask the name for new project directory, add some sample files and install dependencies.
That is it! Read further information about translation process in the [README.md](https://github.com/AlexxNB/translation-patcher/blob/master/template/README.md) in the new project directory.