Last active
December 25, 2025 16:14
-
-
Save CodeWithOz/bfbc9b2d4534ccd2fb029aee2b129b99 to your computer and use it in GitHub Desktop.
Listen Better demo output logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| [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