|
|
@ -15,7 +15,6 @@ export function createSearchTranslate(
|
|
|
|
const isObject = themeObject && typeof themeObject === 'object'
|
|
|
|
const isObject = themeObject && typeof themeObject === 'object'
|
|
|
|
const locales =
|
|
|
|
const locales =
|
|
|
|
(isObject && themeObject.locales?.[localeIndex.value]?.translations) ||
|
|
|
|
(isObject && themeObject.locales?.[localeIndex.value]?.translations) ||
|
|
|
|
(isObject && themeObject?.translations) ||
|
|
|
|
|
|
|
|
null
|
|
|
|
null
|
|
|
|
const translations = (isObject && themeObject.translations) || null
|
|
|
|
const translations = (isObject && themeObject.translations) || null
|
|
|
|
|
|
|
|
|
|
|
|