Added section in translator-docs for new script
This commit is contained in:
parent
dc13b53a4b
commit
db9cb80739
1 changed files with 5 additions and 0 deletions
|
@ -14,3 +14,8 @@ To translate BoxBuddy, please follow these instructions:
|
|||
- Open up `src/utils.rs` and find the comment which starts with `--TRANSLATORS:`
|
||||
- Comment out the if/else statement below by adding `//` to the start of the lines
|
||||
- Run `cargo run` as normal
|
||||
|
||||
## Updating a `po` file from a new `pot` file
|
||||
|
||||
To avoid having to manually rebase your `po` files each time the `pot` file changes (for example
|
||||
when all the line numbers change), you can simply run `make update-translations`.
|
||||
|
|
Loading…
Reference in a new issue