mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
4 lines
136 B
Bash
Executable File
4 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
find ../MacPass/. -name \*.m | xargs genstrings -o .
|
|
mv Localizable.strings ../MacPass/en.lproj/Localizable.strings.updated
|