diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-03-22 13:19:34 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-03-26 10:05:10 +0100 |
| commit | bf002821b37fba9f902ef114864f4651464f83fb (patch) | |
| tree | 25875caab5cf0d85a7ce0b796ed82a1887355461 | |
| parent | be23e66ced7e356ea15c7bcbc14989e3beb42d50 (diff) | |
| download | mullvadvpn-bf002821b37fba9f902ef114864f4651464f83fb.tar.xz mullvadvpn-bf002821b37fba9f902ef114864f4651464f83fb.zip | |
Update documentation regarding iOS localization
| -rw-r--r-- | ios/README.md | 28 |
1 files changed, 5 insertions, 23 deletions
diff --git a/ios/README.md b/ios/README.md index c1e0ab06b0..63ce6c7542 100644 --- a/ios/README.md +++ b/ios/README.md @@ -80,30 +80,12 @@ Once done all screenshots should be saved under `ios/Screenshots` folder. ### Localizations -#### Update localizations from source +The iOS app does not yet have translations. -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 -``` +There was a script in the past to help with translations, but it was removed. +Whenever we want to start adding translations for real, this script can be +resurrected from the git history if we deem it to be the best path forward. +Look for `ios/requirements.txt`. ## Icons and assets |
