We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1ba84 commit da23a7dCopy full SHA for da23a7d
frontend/src/i18n/lib/bs.i18n.ts
@@ -8,7 +8,6 @@ import { i18nLocaleSupported } from '@sync-in-server/backend/src/common/i18n'
8
import {
9
defineLocale,
10
deLocale,
11
- enGbLocale,
12
esLocale,
13
frLocale,
14
hiLocale,
@@ -23,9 +22,9 @@ import {
23
22
zhCnLocale
24
} from 'ngx-bootstrap/chronos'
25
26
-const BOOTSTRAP_LOCALES: Record<i18nLocaleSupported, LocaleData> = {
+// Remove explicit 'en' locale definition to prevent translation conflicts
+const BOOTSTRAP_LOCALES: Record<Exclude<i18nLocaleSupported, 'en'>, LocaleData> = {
27
de: deLocale,
28
- en: enGbLocale,
29
es: esLocale,
30
fr: frLocale,
31
hi: hiLocale,
0 commit comments