From 045ca0ea64e3f3d98722427c95af2556a3a58e50 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 12 Jun 2022 14:27:09 +0200 Subject: feat: Finalise stopwatch.svelte translations --- apps/web-shared/src/lib/i18n/en/index.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'apps/web-shared/src/lib/i18n/en') diff --git a/apps/web-shared/src/lib/i18n/en/index.ts b/apps/web-shared/src/lib/i18n/en/index.ts index 65fc0df..9db1759 100644 --- a/apps/web-shared/src/lib/i18n/en/index.ts +++ b/apps/web-shared/src/lib/i18n/en/index.ts @@ -6,7 +6,12 @@ const en: BaseTranslation = { roundDown: "Round down", createEntry: "Create entry", whatsYourFocus: "What's your focus?", - reset: "Reset" + reset: "Reset", + start: "Start", + stop: "Stop", + }, + localeSwitcher: { + language: "Language" } }; -- cgit v1.3