1
0
mirror of git://jb55.com/damus synced 2024-09-16 10:13:45 +00:00
damus/devtools/export-source-translation.sh
2023-02-27 10:47:05 +13:00

8 lines
359 B
Bash
Executable File

#!/bin/zsh
# Generates all en-US source localized strings EXCEPT for SwiftUI Text wrapped strings.
xcodebuild -exportLocalizations -project damus.xcodeproj -localizationPath "damus" -exportLanguage en-US
# Generates all SwiftUI Text() wrapped localized strings.
genstrings -a -d -o "damus/en-US.xcloc/Source Contents/damus/en-US.lproj/" -SwiftUI **/*.swift