Description
The entire UI is currently in Chinese. We need to add English localization using the standard String(localized:) / LocalizedStringKey approach.
Tasks
Resources
- All UI text is in
Sources/BrowserProxy/ContentView.swift (~340 lines)
- Reference: Apple's documentation on
LocalizedStringKey
Testing
- Change system language to English, launch the app, verify all text is in English
- Change back to Chinese, verify Chinese text is restored
Description
The entire UI is currently in Chinese. We need to add English localization using the standard
String(localized:)/LocalizedStringKeyapproach.Tasks
String(localized:)in all Text views inContentView.swiftandBrowserProxyApp.swiften.lproj/Localizable.stringswith English translationszh-Hans.lproj/Localizable.stringswith the existing Chinese textResources
Sources/BrowserProxy/ContentView.swift(~340 lines)LocalizedStringKeyTesting