Fix localization and add tests for EventGroupView

This commit is contained in:
2023-02-27 07:01:23 +13:00
parent 64b1a57918
commit 77bcd1b715
10 changed files with 638 additions and 38 deletions

View File

@@ -4,4 +4,4 @@
xcodebuild -exportLocalizations -project damus.xcodeproj -localizationPath "damus" -exportLanguage en-US
# Generates all SwiftUI Text() wrapped localized strings.
genstrings -o "damus/en-US.xcloc/Source Contents/damus/en-US.lproj/" -SwiftUI **/*.swift
genstrings -a -d -o "damus/en-US.xcloc/Source Contents/damus/en-US.lproj/" -SwiftUI **/*.swift