Skip to content

[Gallery] Implement Fortnightly study #304

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

Merged
merged 13 commits into from
Feb 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
176 changes: 176 additions & 0 deletions gallery/gallery/lib/l10n/gallery_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3460,6 +3460,182 @@ class GalleryLocalizations {
'When text is pressed the banner widget will be removed from the screen.');
}

String get fortnightlyDescription {
return Intl.message('A news app',
locale: _localeName,
name: 'fortnightlyDescription',
desc: r'Study description for Fortnightly.');
}

String get fortnightlyHeadlineArmy {
return Intl.message('Reforming The Green Army From Within',
locale: _localeName,
name: 'fortnightlyHeadlineArmy',
desc: r'Headline for a news article about the green army.');
}

String get fortnightlyHeadlineBees {
return Intl.message('Farmland Bees In Short Supply',
locale: _localeName,
name: 'fortnightlyHeadlineBees',
desc: r'Headline for a news article about bees.');
}

String get fortnightlyHeadlineFabrics {
return Intl.message('Designers Use Tech To Make Futuristic Fabrics',
locale: _localeName,
name: 'fortnightlyHeadlineFabrics',
desc: r'Headline for a news article about fabric.');
}

String get fortnightlyHeadlineFeminists {
return Intl.message('Feminists Take On Partisanship',
locale: _localeName,
name: 'fortnightlyHeadlineFeminists',
desc: r'Headline for a news article about feminists and partisanship.');
}

String get fortnightlyHeadlineGasoline {
return Intl.message('The Future of Gasoline',
locale: _localeName,
name: 'fortnightlyHeadlineGasoline',
desc: r'Headline for a news article about gasoline.');
}

String get fortnightlyHeadlineHealthcare {
return Intl.message('The Quiet, Yet Powerful Healthcare Revolution',
locale: _localeName,
name: 'fortnightlyHeadlineHealthcare',
desc: r'Headline for a news article about healthcare.');
}

String get fortnightlyHeadlineStocks {
return Intl.message('As Stocks Stagnate, Many Look To Currency',
locale: _localeName,
name: 'fortnightlyHeadlineStocks',
desc: r'Headline for a news article about stocks.');
}

String get fortnightlyHeadlineWar {
return Intl.message('Divided American Lives During War',
locale: _localeName,
name: 'fortnightlyHeadlineWar',
desc: r'Headline for a news article about war.');
}

String get fortnightlyLatestUpdates {
return Intl.message('Latest Updates',
locale: _localeName,
name: 'fortnightlyLatestUpdates',
desc: r'Title for news section regarding the latest updates.');
}

String get fortnightlyMenuBusiness {
return Intl.message('Business',
locale: _localeName,
name: 'fortnightlyMenuBusiness',
desc: r'Menu item for the business news section of the news app.');
}

String get fortnightlyMenuCulture {
return Intl.message('Culture',
locale: _localeName,
name: 'fortnightlyMenuCulture',
desc: r'Menu item for the culture news section of the news app.');
}

String get fortnightlyMenuFrontPage {
return Intl.message('Front Page',
locale: _localeName,
name: 'fortnightlyMenuFrontPage',
desc: r'Menu item for the front page of the news app.');
}

String get fortnightlyMenuPolitics {
return Intl.message('Politics',
locale: _localeName,
name: 'fortnightlyMenuPolitics',
desc: r'Menu item for the political news section of the news app.');
}

String get fortnightlyMenuScience {
return Intl.message('Science',
locale: _localeName,
name: 'fortnightlyMenuScience',
desc: r'Menu item for the science news section of the news app.');
}

String get fortnightlyMenuSports {
return Intl.message('Sports',
locale: _localeName,
name: 'fortnightlyMenuSports',
desc: r'Menu item for the sports news section of the news app.');
}

String get fortnightlyMenuTech {
return Intl.message('Tech',
locale: _localeName,
name: 'fortnightlyMenuTech',
desc: r'Menu item for the tech news section of the news app.');
}

String get fortnightlyMenuTravel {
return Intl.message('Travel',
locale: _localeName,
name: 'fortnightlyMenuTravel',
desc: r'Menu item for the travel news section of the news app.');
}

String get fortnightlyMenuUS {
return Intl.message('US',
locale: _localeName,
name: 'fortnightlyMenuUS',
desc: r'Menu item for the United States news section of the news app.');
}

String get fortnightlyMenuWorld {
return Intl.message('World',
locale: _localeName,
name: 'fortnightlyMenuWorld',
desc: r'Menu item for the world news section of the news app.');
}

String get fortnightlyTrendingGreenArmy {
return Intl.message('GreenArmy',
locale: _localeName,
name: 'fortnightlyTrendingGreenArmy',
desc: r'Hashtag for the green army trending topic of the news app.');
}

String get fortnightlyTrendingHealthcareRevolution {
return Intl.message('HealthcareRevolution',
locale: _localeName,
name: 'fortnightlyTrendingHealthcareRevolution',
desc:
r'Hashtag for the healthcare revolution trending topic of the news app.');
}

String get fortnightlyTrendingReform {
return Intl.message('Reform',
locale: _localeName,
name: 'fortnightlyTrendingReform',
desc: r'Hashtag for the reform trending topic of the news app.');
}

String get fortnightlyTrendingStocks {
return Intl.message('Stocks',
locale: _localeName,
name: 'fortnightlyTrendingStocks',
desc: r'Hashtag for the stocks trending topic of the news app.');
}

String get fortnightlyTrendingTechDesign {
return Intl.message('TechDesign',
locale: _localeName,
name: 'fortnightlyTrendingTechDesign',
desc: r'Hashtag for the tech design trending topic of the news app.');
}

String get homeCategoryReference {
return Intl.message('STYLES & OTHER',
locale: _localeName,
Expand Down
100 changes: 100 additions & 0 deletions gallery/gallery/lib/l10n/intl_en_US.arb
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"@shrineDescription": {
"description": "Study description for Shrine."
},
"fortnightlyDescription": "A news app",
"@fortnightlyDescription": {
"description": "Study description for Fortnightly."
},
"rallyDescription": "A personal finance app",
"@rallyDescription": {
"description": "Study description for Rally."
Expand Down Expand Up @@ -2728,5 +2732,101 @@
"craneEat10SemanticLabel": "Woman holding huge pastrami sandwich",
"@craneEat10SemanticLabel": {
"description": "Semantic label for an image."
},
"fortnightlyMenuFrontPage": "Front Page",
"@fortnightlyMenuFrontPage": {
"description": "Menu item for the front page of the news app."
},
"fortnightlyMenuWorld": "World",
"@fortnightlyMenuWorld": {
"description": "Menu item for the world news section of the news app."
},
"fortnightlyMenuUS": "US",
"@fortnightlyMenuUS": {
"description": "Menu item for the United States news section of the news app."
},
"fortnightlyMenuPolitics": "Politics",
"@fortnightlyMenuPolitics": {
"description": "Menu item for the political news section of the news app."
},
"fortnightlyMenuBusiness": "Business",
"@fortnightlyMenuBusiness": {
"description": "Menu item for the business news section of the news app."
},
"fortnightlyMenuTech": "Tech",
"@fortnightlyMenuTech": {
"description": "Menu item for the tech news section of the news app."
},
"fortnightlyMenuScience": "Science",
"@fortnightlyMenuScience": {
"description": "Menu item for the science news section of the news app."
},
"fortnightlyMenuSports": "Sports",
"@fortnightlyMenuSports": {
"description": "Menu item for the sports news section of the news app."
},
"fortnightlyMenuTravel": "Travel",
"@fortnightlyMenuTravel": {
"description": "Menu item for the travel news section of the news app."
},
"fortnightlyMenuCulture": "Culture",
"@fortnightlyMenuCulture": {
"description": "Menu item for the culture news section of the news app."
},
"fortnightlyTrendingTechDesign": "TechDesign",
"@fortnightlyTrendingTechDesign": {
"description": "Hashtag for the tech design trending topic of the news app."
},
"fortnightlyTrendingReform": "Reform",
"@fortnightlyTrendingReform": {
"description": "Hashtag for the reform trending topic of the news app."
},
"fortnightlyTrendingHealthcareRevolution": "HealthcareRevolution",
"@fortnightlyTrendingHealthcareRevolution": {
"description": "Hashtag for the healthcare revolution trending topic of the news app."
},
"fortnightlyTrendingGreenArmy": "GreenArmy",
"@fortnightlyTrendingGreenArmy": {
"description": "Hashtag for the green army trending topic of the news app."
},
"fortnightlyTrendingStocks": "Stocks",
"@fortnightlyTrendingStocks": {
"description": "Hashtag for the stocks trending topic of the news app."
},
"fortnightlyLatestUpdates": "Latest Updates",
"@fortnightlyLatestUpdates": {
"description": "Title for news section regarding the latest updates."
},
"fortnightlyHeadlineHealthcare": "The Quiet, Yet Powerful Healthcare Revolution",
"@fortnightlyHeadlineHealthcare": {
"description": "Headline for a news article about healthcare."
},
"fortnightlyHeadlineWar": "Divided American Lives During War",
"@fortnightlyHeadlineWar": {
"description": "Headline for a news article about war."
},
"fortnightlyHeadlineGasoline": "The Future of Gasoline",
"@fortnightlyHeadlineGasoline": {
"description": "Headline for a news article about gasoline."
},
"fortnightlyHeadlineArmy": "Reforming The Green Army From Within",
"@fortnightlyHeadlineArmy": {
"description": "Headline for a news article about the green army."
},
"fortnightlyHeadlineStocks": "As Stocks Stagnate, Many Look To Currency",
"@fortnightlyHeadlineStocks": {
"description": "Headline for a news article about stocks."
},
"fortnightlyHeadlineFabrics": "Designers Use Tech To Make Futuristic Fabrics",
"@fortnightlyHeadlineFabrics": {
"description": "Headline for a news article about fabric."
},
"fortnightlyHeadlineFeminists": "Feminists Take On Partisanship",
"@fortnightlyHeadlineFeminists": {
"description": "Headline for a news article about feminists and partisanship."
},
"fortnightlyHeadlineBees": "Farmland Bees In Short Supply",
"@fortnightlyHeadlineBees": {
"description": "Headline for a news article about bees."
}
}
Loading