-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add i18n feature flag to ThemeSettings schema #475
Conversation
@swift-ci please test |
@swift-ci please test |
@swift-ci please test |
@@ -856,6 +856,9 @@ | |||
}, | |||
"onThisPageNavigator": { | |||
"$ref": "#/components/schemas/FeatureFlagDisable" | |||
}, | |||
"i18n": { | |||
"$ref": "#/components/schemas/FeatureFlagDisable" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i18 is defined by "enable"
"$ref": "#/components/schemas/FeatureFlagDisable" | |
"$ref": "#/components/schemas/FeatureFlagEnable" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@swift-ci please test |
@swift-ci please test |
@ethan-kusters can you take another look, please? Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I'm wondering if we should consider using the full word "localization" "internationalization" to make this a little more accessible for people not familiar with the "i18n" abbreviation but I think that change is likely out-of-the-scope of this review so I'm happy to land this as-is.
Bug/issue #102139999, if applicable:
Summary
This PR adds i18n feature flag to ThemeSettings JSON schema
Dependencies
swiftlang/swift-docc-render#523