From a8b44b09a404aee477e735501b828d1b14aad311 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 7 Jun 2022 01:33:52 +0200 Subject: feat: Add inital translation support --- apps/web-shared/src/lib/configuration.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/web-shared/src/lib/configuration.ts') diff --git a/apps/web-shared/src/lib/configuration.ts b/apps/web-shared/src/lib/configuration.ts index cb08d21..5c79089 100644 --- a/apps/web-shared/src/lib/configuration.ts +++ b/apps/web-shared/src/lib/configuration.ts @@ -40,7 +40,8 @@ export function is_debug(): boolean { } export const CookieNames = { - theme: "go_theme" + theme: "go_theme", + locale: "go_locale" }; export const QueryKeys = { -- cgit v1.3