https://github.com/probablyclem/rtrtranslator
tool to create translation files for the rtr lib
https://github.com/probablyclem/rtrtranslator
Last synced: over 1 year ago
JSON representation
tool to create translation files for the rtr lib
- Host: GitHub
- URL: https://github.com/probablyclem/rtrtranslator
- Owner: ProbablyClem
- Created: 2019-11-30T11:52:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T13:40:36.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T05:28:25.693Z (over 1 year ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A tool to create translation files for the [rtr](https://github.com/ProbablyClem/RustTraduction) librairy
## Instruction :
Launch the app and then enter commands.
### Commands :
- view [path]
Will show you every txt files in the folder in argument. (./lang/ by default)
- create [path] [filename]
Will create a new file with every .rs files in the folder. The file will be called [filename].txt (default name "origin") (Current folder by default)
Use "." to select the current directory
the file will be create in the ./lang directory
- quit
Exit the app
### How to use it :
- go to the source directory
- if the origin file does not exist create it with the "$create" command
- create new langage from the origin file with the "$create" command
## Installation
Install with cargo :
```
cargo install rtr_translator
```
## TODO (as ordered by priority) :
- access precedent command with the up arrow (as in the terminal)
- autocompletion
- GUI