Skip to content

Commit 40c1e3c

Browse files
ovitrifclaude
andcommitted
docs: add transifex push workflow to README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0a2138b commit 40c1e3c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,22 @@ To pull the latest translations from Transifex:
104104
./scripts/pull-translations.sh
105105
```
106106

107+
### Pushing Source Strings
108+
109+
When you add or modify translation keys in the EN source file, push them to Transifex:
110+
111+
```sh
112+
tx push --source
113+
```
114+
115+
### Translation Workflow
116+
117+
1. **Add/modify strings** in `app/src/main/res/values/strings.xml`
118+
2. **Push to Transifex:** `tx push --source`
119+
3. **Translators** work on translations in Transifex
120+
4. **Pull translations:** `./scripts/pull-translations.sh`
121+
5. **Commit** the updated translation files
122+
107123
## Build
108124

109125
### Bitcoin Networks

0 commit comments

Comments
 (0)