diff --git a/LeCountdown/Intent/TimerShortcuts.swift b/LeCountdown/Intent/TimerShortcuts.swift index 423de82..4064dfd 100644 --- a/LeCountdown/Intent/TimerShortcuts.swift +++ b/LeCountdown/Intent/TimerShortcuts.swift @@ -14,6 +14,7 @@ struct TimerShortcuts: AppShortcutsProvider { AppShortcut(intent: StartTimerIntent(), phrases: [ "\(.applicationName) \(\.$timer)", "\(.applicationName) my \(\.$timer)", + "\(.applicationName) the \(\.$timer)", "Start \(\.$timer) with \(.applicationName)", "Launch \(\.$timer) with \(.applicationName)", "Start \(.applicationName)", diff --git a/LeCountdown/Sound_Assets/Relax/trancoso_bowl1.mp3 b/LeCountdown/Sound_Assets/Relax/trancoso_bowl1.mp3 index aa1e480..d2632d8 100644 Binary files a/LeCountdown/Sound_Assets/Relax/trancoso_bowl1.mp3 and b/LeCountdown/Sound_Assets/Relax/trancoso_bowl1.mp3 differ diff --git a/LeCountdown/en.lproj/AppShortcuts.strings b/LeCountdown/en.lproj/AppShortcuts.strings index fbe7220..296827d 100644 --- a/LeCountdown/en.lproj/AppShortcuts.strings +++ b/LeCountdown/en.lproj/AppShortcuts.strings @@ -11,3 +11,4 @@ "Launch ${timer} with ${applicationName}" = "Launch ${timer} with ${applicationName}"; "${applicationName} ${timer}" = "${applicationName} ${timer}"; "${applicationName} my ${timer}" = "${applicationName} my ${timer}"; +"${applicationName} the ${timer}" = "${applicationName} the ${timer}"; diff --git a/LeCountdown/fr.lproj/AppShortcuts.strings b/LeCountdown/fr.lproj/AppShortcuts.strings index 889be0e..43fb7d3 100644 --- a/LeCountdown/fr.lproj/AppShortcuts.strings +++ b/LeCountdown/fr.lproj/AppShortcuts.strings @@ -11,3 +11,4 @@ "Launch ${timer} with ${applicationName}" = "Lance ${timer} avec ${applicationName}"; "${applicationName} ${timer}" = "${applicationName} ${timer}"; "${applicationName} my ${timer}" = "${applicationName} mon ${timer}"; +"${applicationName} the ${timer}" = "${applicationName} le ${timer}";