diff --git a/src/ui/flutter_app/lib/l10n/intl_en.arb b/src/ui/flutter_app/lib/l10n/intl_en.arb index 316560e9..1144e86a 100644 --- a/src/ui/flutter_app/lib/l10n/intl_en.arb +++ b/src/ui/flutter_app/lib/l10n/intl_en.arb @@ -639,5 +639,13 @@ "fast": "Fast", "@fast": { "description": "Fast" + }, + "none": "None", + "@none": { + "description": "None" + }, + "theme": "Theme", + "@theme": { + "description": "Theme" } } diff --git a/src/ui/flutter_app/lib/l10n/intl_zh.arb b/src/ui/flutter_app/lib/l10n/intl_zh.arb index eb535c50..7d6dc438 100644 --- a/src/ui/flutter_app/lib/l10n/intl_zh.arb +++ b/src/ui/flutter_app/lib/l10n/intl_zh.arb @@ -160,5 +160,6 @@ "slow": "慢速", "medium": "中速", "fast": "快速", - "none": "无" + "none": "无", + "theme": "主题" } \ No newline at end of file