Skip to content

Commit cab1180

Browse files
committed
Merge branch 'clean-up-ios-python-deps'
2 parents 7baae70 + bf00282 commit cab1180

File tree

3 files changed

+5
-259
lines changed

3 files changed

+5
-259
lines changed

ios/README.md

+5-23
Original file line numberDiff line numberDiff line change
@@ -80,30 +80,12 @@ Once done all screenshots should be saved under `ios/Screenshots` folder.
8080

8181
### Localizations
8282

83-
#### Update localizations from source
83+
The iOS app does not yet have translations.
8484

85-
Run the following command in terminal:
86-
87-
```
88-
python3 update_localizations.py
89-
```
90-
91-
#### Locking Python dependencies
92-
93-
1. Freeze dependencies:
94-
95-
```
96-
pip3 freeze -r requirements.txt
97-
```
98-
99-
and save the output into `requirements.txt`.
100-
101-
102-
2. Hash them with `hashin` tool:
103-
104-
```
105-
hashin --python 3.7 --verbose --update-all
106-
```
85+
There was a script in the past to help with translations, but it was removed.
86+
Whenever we want to start adding translations for real, this script can be
87+
resurrected from the git history if we deem it to be the best path forward.
88+
Look for `ios/requirements.txt`.
10789

10890
## Icons and assets
10991

ios/requirements.txt

-42
This file was deleted.

ios/update_translations.py

-194
This file was deleted.

0 commit comments

Comments
 (0)