17 lines
355 B
Markdown
17 lines
355 B
Markdown
# Translation Source Comparison Tool
|
|
This will compare the english source files from the the iOS Dash Wallet
|
|
(stored on Transifex) to the android Dash Wallet app (stored locally)
|
|
and generate a report.
|
|
|
|
# Prerequisites
|
|
```
|
|
tx
|
|
python3
|
|
pip install fuzzywuzzy
|
|
pip install python-Levenshtein
|
|
```
|
|
# Instructions
|
|
```
|
|
download-strings.py
|
|
compare-strings.py
|
|
``` |