Delta
Delta copied to clipboard
Translated portions are in simplified Chinese
Mark the type contribution you are making:
- [ ] Experimental feature (new functionality that can be selectively enabled/disabled)
- [x] Bug fix (non-breaking change which fixes an issue)
Description
Summary of your changes, including:
- Why is this change necessary? I want players to be able to understand the interface without the help of translation software
- Why did you decide on this solution? I don't know how to translate it, but I look for string as much as I can
Testing
List all iOS versions and devices you've tested this change on.
Example Configurations:
- iPhone 13, iOS 18.1.1
Checklist
General (All PRs)
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] My changes generate no new warnings
- [ ] I've tested my changes with different device + OS version configurations
Experimental Feature-specific
- [ ] Added property to
ExperimentalFeaturesstruct annotated with@Feature - [ ] Uses
@Option's to persist all feature-related data - [ ] Locked all behavior changes behind
ExperimentalFeatures.shared.[feature].isEnabledruntime check - [x] Isolates changes to separate files as much as possible (e.g. via Swift extensions)