summaryrefslogtreecommitdiffhomepage
path: root/ios/update_translations.py
AgeCommit message (Collapse)AuthorFilesLines
2024-03-26Remove all iOS related python code since it's unusedLinus Färnstrand1-194/+0
We don't use this script, since we don't have translations yet. And when we do, it would be cool if we could use another language maybe. To keep the number of different languages a bit lower?
2021-07-07iOS: add update_translations.py scriptAndrej Mihajlov1-0/+194
Run with `python3 update_translations.py` to extract localizable strings from source files and merge them into base localizations (en.lproj)