Files
AndroidJava/dash-wallet/translations/README.md
T
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

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
```