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 324d79c commit 8d4ae1cCopy full SHA for 8d4ae1c
src/client/theme-default/support/translation.ts
@@ -15,7 +15,6 @@ export function createSearchTranslate(
15
const isObject = themeObject && typeof themeObject === 'object'
16
const locales =
17
(isObject && themeObject.locales?.[localeIndex.value]?.translations) ||
18
- (isObject && themeObject?.translations) ||
19
null
20
const translations = (isObject && themeObject.translations) || null
21
0 commit comments