Skip to content

Instantly share code, notes, and snippets.

@CodeWithOz
Last active December 25, 2025 16:14
Show Gist options
  • Select an option

  • Save CodeWithOz/bfbc9b2d4534ccd2fb029aee2b129b99 to your computer and use it in GitHub Desktop.

Select an option

Save CodeWithOz/bfbc9b2d4534ccd2fb029aee2b129b99 to your computer and use it in GitHub Desktop.
Listen Better demo output logs
...
[app] translation: {
translatedText: "But stop saying 'congratulations' over and over again.",
verbs: [
{
conjugatedForm: 'arrêtez',
infinitive: 'arrêter',
meaning: "to stop (here: imperative — 'stop')"
},
{ conjugatedForm: 'dire', infinitive: 'dire', meaning: 'to say' }
],
vocabulary: [
{ word: 'mais', meaning: 'but' },
{
word: 'donc',
meaning: "so/then (here used as an emphatic particle: 'do/please')"
},
{ word: 'toujours', meaning: 'always' },
{ word: 'encore', meaning: 'again/still' },
{ word: 'félicitations', meaning: 'congratulations' }
],
idiomaticExpressions: [
{
expression: 'toujours et encore',
literalMeaning: 'always and again',
contextualMeaning: 'repeatedly; over and over again'
},
{
expression: 'arrêtez donc de',
literalMeaning: 'stop then (to)',
contextualMeaning: 'do/please stop — an emphatic imperative expressing impatience or exasperation'
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment