diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-07-06 12:31:05 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-07-07 09:45:50 +0200 |
| commit | a8644c7cb0b833ae7c7208b0ae4542603c7fa8de (patch) | |
| tree | c64a4195d41ec55ee1e28e60b5186ad0892d27c1 | |
| parent | f3ecfb5ecde03dc0276d4c7e8ec552ea73612658 (diff) | |
| download | mullvadvpn-a8644c7cb0b833ae7c7208b0ae4542603c7fa8de.tar.xz mullvadvpn-a8644c7cb0b833ae7c7208b0ae4542603c7fa8de.zip | |
iOS: add localizations section in README.md
| -rw-r--r-- | ios/README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ios/README.md b/ios/README.md index f7d450a213..160245eeee 100644 --- a/ios/README.md +++ b/ios/README.md @@ -52,3 +52,30 @@ bundle exec fastlane snapshot ``` Once done all screenshots should be saved under `ios/Screenshots` folder. + +### Localizations + +#### Update localizations from source + +Run the following command in terminal: + +``` +python3 update_localizations.py +``` + +#### Locking Python dependencies + +1. Freeze dependencies: + +``` +pip3 freeze -r requirements.txt +``` + +and save the output into `requirements.txt`. + + +2. Hash them with `hashin` tool: + +``` +hashin --python 3.7 --verbose --update-all +```
\ No newline at end of file |
