Skip to content

Commit

Permalink
chore: add tschunk (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-gustafsson authored Jan 2, 2024
1 parent e6ffc7f commit 411c172
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4 deletions.
14 changes: 14 additions & 0 deletions src/data/cocktail-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2627,5 +2627,19 @@ const cocktails: StaticCocktail[] = [
{ amount: '1', ingredientId: '161', unit: Unit.TSP }
],
tags: [Tag.IBA, Tag.TheUnforgettables]
},
{
id: '190',
imageSrc: 'images/tschunk.png',
isImagePortrait: true,
translation: 'tschunk',
category: DrinkCategory.Cocktail,
ingredientGroups: [
{ amount: '1', ingredientId: '106', unit: '' },
{ amount: '1', ingredientId: '162', unit: Unit.TSP },
{ amount: '60', ingredientId: '110', unit: Unit.ML },
{ amount: '210', ingredientId: '163', unit: Unit.ML }
],
tags: []
}
];
4 changes: 3 additions & 1 deletion src/data/ingredient-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,7 @@ const currentIngredients: StaticIngredient[] = [
{ id: '158', translation: 'sherry', spiritType: SpiritType.None, abv: 17 },
{ id: '159', translation: 'amaro-montenegro', spiritType: SpiritType.None, abv: 23 },
{ id: '160', translation: 'blood-orange', spiritType: SpiritType.None },
{ id: '161', translation: 'creme-de-violette', spiritType: SpiritType.None }
{ id: '161', translation: 'creme-de-violette', spiritType: SpiritType.None },
{ id: '162', translation: 'brown-sugar', spiritType: SpiritType.None },
{ id: '163', translation: 'club-mate', spiritType: SpiritType.None }
];
3 changes: 2 additions & 1 deletion src/locales/en/cocktails.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,6 @@
"winter-rita": "Winter Rita",
"the-galah": "The Galah",
"snowday": "Snowday",
"aviation": "Aviation"
"aviation": "Aviation",
"tschunk": "Tschunk"
}
4 changes: 3 additions & 1 deletion src/locales/en/ingredients.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,7 @@
"sherry": "Sherry",
"amaro-montenegro": "Amaro Montenegro",
"blood-orange": "Blood Orange",
"creme-de-violette": "Crème de Violette"
"creme-de-violette": "Crème de Violette",
"brown-sugar": "Brown Sugar",
"club-mate": "Club Mate"
}
3 changes: 2 additions & 1 deletion src/locales/en/instructions.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,6 @@
"winter-rita": "Salt rim.\nCombine all ingredients, shake with ice, and strain over fresh ice.",
"the-galah": "Mix together the alcoholic portions and top with Pineapple and Lime juice.",
"snowday": "Stir all ingredients with ice.\nStrain into a chilled rocks glass over fresh ice.\nExpress orange peel over drink and garnish.",
"aviation": "Add all ingredients into a cocktail shaker. Shake with cracked ice and strain into a chilled cocktail glass."
"aviation": "Add all ingredients into a cocktail shaker. Shake with cracked ice and strain into a chilled cocktail glass.",
"tschunk": "Cut half an organic lime into cubes.\nPour brown sugar into a tall cocktail glass.\nAdd the lime cubes to the glass and mash.\nAdd crushed ice.\nPour the rum over it.\nTop up with Club Mate."
}
Binary file added static/images/tschunk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 411c172

Please sign in to comment.