Skip to content

Commit 8268145

Browse files
authored
Sustitution updates, etc (#552)
* Align after dinner cocktail Aligned wording of instructions with other cocktails * Correct grammar in substitute intro Fixed misspelling "alot" and added colon to end. * Add egg white and aquafaba as substitutes Added egg white as substitute for aquafaba, and aquafaba as substitute for egg white as these generally serve the same purpose in cocktails
1 parent a11c8b9 commit 8268145

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/data/ingredient-data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const currentIngredients: StaticIngredient[] = [
3636
// https://en.wikipedia.org/wiki/Rum
3737
// From 40 to 80. Used 40
3838
{ id: '22', translation: 'amaretto', spiritType: SpiritType.None, abv: 24.0 },
39-
{ id: '23', translation: 'egg-white', spiritType: SpiritType.None, replacementIds: ['114'] },
39+
{ id: '23', translation: 'egg-white', spiritType: SpiritType.None, replacementIds: ['94', '114'] },
4040
{ id: '24', translation: 'ginger-beer', spiritType: SpiritType.None },
4141
{ id: '25', translation: 'coconut-cream', spiritType: SpiritType.None },
4242
{ id: '26', translation: 'pineapple-juice', spiritType: SpiritType.None },
@@ -151,7 +151,7 @@ const currentIngredients: StaticIngredient[] = [
151151
{ id: '93', translation: 'pisco', spiritType: SpiritType.None, abv: 40 },
152152
// https://en.wikipedia.org/wiki/Pisco
153153
// Unknown. Used a tentative 40
154-
{ id: '94', translation: 'aquafaba', spiritType: SpiritType.None },
154+
{ id: '94', translation: 'aquafaba', spiritType: SpiritType.None, replacementIds: ['23', '114']},
155155
// https://en.wikipedia.org/wiki/Aquafaba
156156
{ id: '95', translation: 'mango', spiritType: SpiritType.None },
157157
{ id: '96', translation: 'passoa', spiritType: SpiritType.None },

src/locales/en/instructions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"a-furlong-too-late": "Pour the rum and ginger beer into a highball glass almost filled with ice cubes. \nStir well. \nGarnish with a lemon twist.",
33
"absolut-limousine": "Pour lemon vodka and lime juice into a glass. \nAdd Ice and fill with tonic water. \nGarnish with lime wedges.",
4-
"after-dinner-cocktail": "Shake all ingredients (except lime wedge) with ice and strain into a cocktail glass. \nAdd the wedge of lime and serve.",
4+
"after-dinner-cocktail": "Shake all ingredients with ice and strain into a cocktail glass. \nGarnish with a wedge of lime.",
55
"afterglow": "Mix all ingredients together. \nServe over ice.",
66
"alabama-slammer": "Pour all ingredients (except for lemon juice) over ice in a highball glass. \nStir, add a dash of lemon juice, and serve.",
77
"alexander": "Shake all ingredients with ice and strain contents into a cocktail glass. \nSprinkle nutmeg on top and serve.",

src/locales/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,5 @@
188188
"paste-backup-content-title": "Paste Backup Content",
189189
"paste-backup-content": "Paste the content of your backup file here to restore it",
190190
"android-storage-limitations": "Due to Android 11 storage limitations, backups cannot be loaded if the app was reinstalled or backup was modified externally",
191-
"general-substitutions-paragraph": "Alot of ingredients can almost always be substituted by other ingredients. Drinkable provides the following substitutes"
191+
"general-substitutions-paragraph": "A lot of ingredients can almost always be substituted by other ingredients. Drinkable provides the following substitutes:"
192192
}

0 commit comments

Comments
 (0)