APP-2829 Update video lexicon and beta features for 10-minute uploads (#11445)

This commit is contained in:
Michael Black
2026-08-12 14:48:23 -05:00
committed by GitHub
parent 9b0adcb55f
commit 3d736c76b7
3 changed files with 1599 additions and 1273 deletions
+16
View File
@@ -77,6 +77,22 @@ export function getFeatures() {
export function getFeatureDescription(feature: Features, i18n: I18n) {
switch (feature) {
case Features.VideoAllow10MinuteEnable:
return {
key: feature,
name: i18n._(
msg({
message: 'Longer videos',
comment: 'Name for a feature flag (longer videos)',
}),
),
description: i18n._(
msg({
message: 'Enable 10-minute video uploads.',
comment: 'Description of a feature flag (10-minute video uploads)',
}),
),
}
case Features.CanonicalPostNumberingEnable:
return {
key: feature,