From 8268145eca5fedd67a605f3fcd73831cc6bf39bb Mon Sep 17 00:00:00 2001 From: Neriderc <89974636+Neriderc@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:47:47 +1200 Subject: [PATCH] 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 --- src/data/ingredient-data.ts | 4 ++-- src/locales/en/instructions.json | 2 +- src/locales/en/translation.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/ingredient-data.ts b/src/data/ingredient-data.ts index d74453d3..7b9897fd 100644 --- a/src/data/ingredient-data.ts +++ b/src/data/ingredient-data.ts @@ -36,7 +36,7 @@ const currentIngredients: StaticIngredient[] = [ // https://en.wikipedia.org/wiki/Rum // From 40 to 80. Used 40 { id: '22', translation: 'amaretto', spiritType: SpiritType.None, abv: 24.0 }, - { id: '23', translation: 'egg-white', spiritType: SpiritType.None, replacementIds: ['114'] }, + { id: '23', translation: 'egg-white', spiritType: SpiritType.None, replacementIds: ['94', '114'] }, { id: '24', translation: 'ginger-beer', spiritType: SpiritType.None }, { id: '25', translation: 'coconut-cream', spiritType: SpiritType.None }, { id: '26', translation: 'pineapple-juice', spiritType: SpiritType.None }, @@ -151,7 +151,7 @@ const currentIngredients: StaticIngredient[] = [ { id: '93', translation: 'pisco', spiritType: SpiritType.None, abv: 40 }, // https://en.wikipedia.org/wiki/Pisco // Unknown. Used a tentative 40 - { id: '94', translation: 'aquafaba', spiritType: SpiritType.None }, + { id: '94', translation: 'aquafaba', spiritType: SpiritType.None, replacementIds: ['23', '114']}, // https://en.wikipedia.org/wiki/Aquafaba { id: '95', translation: 'mango', spiritType: SpiritType.None }, { id: '96', translation: 'passoa', spiritType: SpiritType.None }, diff --git a/src/locales/en/instructions.json b/src/locales/en/instructions.json index d99c4be1..99821fa2 100644 --- a/src/locales/en/instructions.json +++ b/src/locales/en/instructions.json @@ -1,7 +1,7 @@ { "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.", "absolut-limousine": "Pour lemon vodka and lime juice into a glass. \nAdd Ice and fill with tonic water. \nGarnish with lime wedges.", - "after-dinner-cocktail": "Shake all ingredients (except lime wedge) with ice and strain into a cocktail glass. \nAdd the wedge of lime and serve.", + "after-dinner-cocktail": "Shake all ingredients with ice and strain into a cocktail glass. \nGarnish with a wedge of lime.", "afterglow": "Mix all ingredients together. \nServe over ice.", "alabama-slammer": "Pour all ingredients (except for lemon juice) over ice in a highball glass. \nStir, add a dash of lemon juice, and serve.", "alexander": "Shake all ingredients with ice and strain contents into a cocktail glass. \nSprinkle nutmeg on top and serve.", diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index 176f84e8..eba06773 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -188,5 +188,5 @@ "paste-backup-content-title": "Paste Backup Content", "paste-backup-content": "Paste the content of your backup file here to restore it", "android-storage-limitations": "Due to Android 11 storage limitations, backups cannot be loaded if the app was reinstalled or backup was modified externally", - "general-substitutions-paragraph": "Alot of ingredients can almost always be substituted by other ingredients. Drinkable provides the following substitutes" + "general-substitutions-paragraph": "A lot of ingredients can almost always be substituted by other ingredients. Drinkable provides the following substitutes:" }