()
| 159 | static i18nBundleAi: I18nBundle; |
| 160 | |
| 161 | static async onDefine() { |
| 162 | WritingAssistant.i18nBundleAi = await getI18nBundle("@ui5/webcomponents-ai"); |
| 163 | } |
| 164 | |
| 165 | /** |
| 166 | * Handles the version change event from the versioning component. |
nothing calls this directly
no test coverage detected