1
0
mirror of git://jb55.com/damus synced 2024-09-18 19:23:49 +00:00
damus/devtools/export-source-translation.sh

8 lines
359 B
Bash
Raw Normal View History

#!/bin/zsh
2023-02-19 06:58:43 +00:00
# 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