Function: getPhaseDisplayName()
function getPhaseDisplayName(phase, locale): string;Defined in: shared/src/helper/pomodoroHelper/pomodoroFunctions.ts:157
Get phase display name for UI
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
phase | "focus" | "short-break" | "long-break" |
locale | "en-US" | "de-DE" |
Returns
Section titled “Returns”string