Skip to content

Commit

Permalink
Simplified handling post-localizedMsgs init ↞ [auto-sync from `adam…
Browse files Browse the repository at this point in the history
…lui/chatgpt-apps`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 24, 2024
1 parent 755b928 commit 76c22ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions greasemonkey/googlegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.9.23.2
// @version 2024.9.24
// @license MIT
// @icon https://media.googlegpt.io/images/icons/googlegpt/black/icon48.png?8652a6e
// @icon64 https://media.googlegpt.io/images/icons/googlegpt/black/icon64.png?8652a6e
Expand Down Expand Up @@ -725,7 +725,7 @@
}
fetchMsgs()
})
if (Object.keys(localizedMsgs).length > 0) Object.assign(app.msgs, localizedMsgs)
Object.assign(app.msgs, localizedMsgs)
}
log.debug(`Success! app.msgs = ${log.prettifyObj(app.msgs)}`)

Expand Down

0 comments on commit 76c22ea

Please sign in to comment.