File tree 3 files changed +5
-259
lines changed
3 files changed +5
-259
lines changed Original file line number Diff line number Diff line change @@ -80,30 +80,12 @@ Once done all screenshots should be saved under `ios/Screenshots` folder.
80
80
81
81
### Localizations
82
82
83
- #### Update localizations from source
83
+ The iOS app does not yet have translations.
84
84
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 ` .
107
89
108
90
## Icons and assets
109
91
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments