I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 31d7c1df authored by zzz's avatar zzz
Browse files

translation instructions minor update

parent 7439d8c4
No related branches found
No related tags found
No related merge requests found
...@@ -81,15 +81,15 @@ in `etc/translation.vars` can be overridden by creating the file ...@@ -81,15 +81,15 @@ in `etc/translation.vars` can be overridden by creating the file
$ mtn add -R i2p2www/translations/ && mtn ci i2p2www/translations/ -m "New translations" $ mtn add -R i2p2www/translations/ && mtn ci i2p2www/translations/ -m "New translations"
``` ```
## Pushing updated translations to Transifex: ## Pushing updated translation source (.pot) files to Transifex:
1. Update the POT files with any changes to the website text: 1. Update the .pot files with any changes to the website text:
``` ```
$ ./extract-messages.sh $ ./extract-messages.sh
``` ```
2. Check in any changes to the pots files: 2. Check in any changes to the .pot files (optional):
``` ```
$ mtn ci pots/ -m "Updated translation strings" $ mtn ci pots/ -m "Updated translation strings"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment