We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2138b commit 40c1e3cCopy full SHA for 40c1e3c
1 file changed
README.md
@@ -104,6 +104,22 @@ To pull the latest translations from Transifex:
104
./scripts/pull-translations.sh
105
```
106
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
123
## Build
124
125
### Bitcoin Networks
0 commit comments