summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-07-06 12:31:05 +0200
committerAndrej Mihajlov <and@mullvad.net>2021-07-07 09:45:50 +0200
commita8644c7cb0b833ae7c7208b0ae4542603c7fa8de (patch)
treec64a4195d41ec55ee1e28e60b5186ad0892d27c1
parentf3ecfb5ecde03dc0276d4c7e8ec552ea73612658 (diff)
downloadmullvadvpn-a8644c7cb0b833ae7c7208b0ae4542603c7fa8de.tar.xz
mullvadvpn-a8644c7cb0b833ae7c7208b0ae4542603c7fa8de.zip
iOS: add localizations section in README.md
-rw-r--r--ios/README.md27
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