From 3c9a3f9e4b85d4510e57e260b78dd53b0de0a6df Mon Sep 17 00:00:00 2001 From: ice-hector <96414297+ice-hector@users.noreply.github.com> Date: Thu, 22 Jun 2023 23:46:21 +0300 Subject: [PATCH] chore: trigger commit --- src/translations/localeConfig.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/translations/localeConfig.ts b/src/translations/localeConfig.ts index 86fcbefd2..afc33be9d 100644 --- a/src/translations/localeConfig.ts +++ b/src/translations/localeConfig.ts @@ -6,7 +6,6 @@ import {Translations} from '@translations/locales/en.json'; /** * uncomment locales which you add then take look @services/dayjs/index.ts and @services/dayjs/calendarLocales.ts */ - export type SupportedLocale = 'en'; // | 'ro' // | 'de'