diff --git a/gallery/gallery/lib/l10n/gallery_localizations.dart b/gallery/gallery/lib/l10n/gallery_localizations.dart index f271bf317..7d76bc0f3 100644 --- a/gallery/gallery/lib/l10n/gallery_localizations.dart +++ b/gallery/gallery/lib/l10n/gallery_localizations.dart @@ -1917,7 +1917,7 @@ class GalleryLocalizations { } String get demoCupertinoActivityIndicatorTitle { - return Intl.message('Activity Indicator', + return Intl.message('Activity indicator', locale: _localeName, name: 'demoCupertinoActivityIndicatorTitle', desc: r'Title for the cupertino activity indicator component demo.'); @@ -2011,7 +2011,7 @@ class GalleryLocalizations { } String get demoCupertinoNavigationBarTitle { - return Intl.message('Navigation Bar', + return Intl.message('Navigation bar', locale: _localeName, name: 'demoCupertinoNavigationBarTitle', desc: r'Title for the cupertino navigation bar component demo.'); @@ -2083,7 +2083,7 @@ class GalleryLocalizations { } String get demoCupertinoPullToRefreshTitle { - return Intl.message('Pull To Refresh', + return Intl.message('Pull to refresh', locale: _localeName, name: 'demoCupertinoPullToRefreshTitle', desc: r'Title for the cupertino pull-to-refresh component demo.'); @@ -2106,7 +2106,7 @@ class GalleryLocalizations { } String get demoCupertinoSegmentedControlTitle { - return Intl.message('Segmented Control', + return Intl.message('Segmented control', locale: _localeName, name: 'demoCupertinoSegmentedControlTitle', desc: r'Title for the cupertino segmented control component demo.'); @@ -2183,7 +2183,7 @@ class GalleryLocalizations { } String get demoCupertinoTabBarTitle { - return Intl.message('Tab Bar', + return Intl.message('Tab bar', locale: _localeName, name: 'demoCupertinoTabBarTitle', desc: r'Title for the cupertino bottom tab bar demo.'); @@ -2213,7 +2213,7 @@ class GalleryLocalizations { } String get demoCupertinoTextFieldTitle { - return Intl.message('Text Fields', + return Intl.message('Text fields', locale: _localeName, name: 'demoCupertinoTextFieldTitle', desc: r'Title for the cupertino text field demo.'); diff --git a/gallery/gallery/lib/l10n/intl_en_US.arb b/gallery/gallery/lib/l10n/intl_en_US.arb index 3644c0493..e5db8fb69 100644 --- a/gallery/gallery/lib/l10n/intl_en_US.arb +++ b/gallery/gallery/lib/l10n/intl_en_US.arb @@ -1035,7 +1035,7 @@ "@demoFullscreenDialogDescription": { "description": "Description for the fullscreen dialog component demo." }, - "demoCupertinoActivityIndicatorTitle": "Activity Indicator", + "demoCupertinoActivityIndicatorTitle": "Activity indicator", "@demoCupertinoActivityIndicatorTitle": { "description": "Title for the cupertino activity indicator component demo." }, @@ -1095,7 +1095,7 @@ "@demoCupertinoActionSheetDescription": { "description": "Description for the cupertino action sheet component demo." }, - "demoCupertinoNavigationBarTitle": "Navigation Bar", + "demoCupertinoNavigationBarTitle": "Navigation bar", "@demoCupertinoNavigationBarTitle": { "description": "Title for the cupertino navigation bar component demo." }, @@ -1135,7 +1135,7 @@ "@demoCupertinoPickerDateTime": { "description": "Label to open a date and time picker." }, - "demoCupertinoPullToRefreshTitle": "Pull To Refresh", + "demoCupertinoPullToRefreshTitle": "Pull to refresh", "@demoCupertinoPullToRefreshTitle": { "description": "Title for the cupertino pull-to-refresh component demo." }, @@ -1147,7 +1147,7 @@ "@demoCupertinoPullToRefreshDescription": { "description": "Description for the cupertino pull-to-refresh component demo." }, - "demoCupertinoSegmentedControlTitle": "Segmented Control", + "demoCupertinoSegmentedControlTitle": "Segmented control", "@demoCupertinoSegmentedControlTitle": { "description": "Title for the cupertino segmented control component demo." }, @@ -1197,7 +1197,7 @@ "@demoCupertinoSwitchDescription": { "description": "Description for the cupertino switch component demo." }, - "demoCupertinoTabBarTitle": "Tab Bar", + "demoCupertinoTabBarTitle": "Tab bar", "@demoCupertinoTabBarTitle": { "description": "Title for the cupertino bottom tab bar demo." }, @@ -1221,7 +1221,7 @@ "@cupertinoTabBarProfileTab": { "description": "Title for the profile tab in the bottom tab bar demo." }, - "demoCupertinoTextFieldTitle": "Text Fields", + "demoCupertinoTextFieldTitle": "Text fields", "@demoCupertinoTextFieldTitle": { "description": "Title for the cupertino text field demo." }, diff --git a/gallery/gallery/lib/l10n/intl_en_US.xml b/gallery/gallery/lib/l10n/intl_en_US.xml index a0ae3af57..7626c70fe 100644 --- a/gallery/gallery/lib/l10n/intl_en_US.xml +++ b/gallery/gallery/lib/l10n/intl_en_US.xml @@ -976,7 +976,7 @@ Activity Indicator + >Activity indicator Navigation Bar + >Navigation bar Pull To Refresh + >Pull to refresh Segmented Control + >Segmented control Tab Bar + >Tab bar Text Fields + >Text fields