| 70 | 70 | animation_duration, |
| 71 | 71 | depth_prompt_role_default, |
| 72 | 72 | shouldAutoContinue, |
| 73 | | - this_chid, |
| 74 | 73 | } from '../script.js'; |
| 75 | 74 | import { printTagList, createTagMapFromList, applyTagsOnCharacterSelect, tag_map, applyTagsOnGroupSelect } from './tags.js'; |
| 76 | 75 | import { FILTER_TYPES, FilterHelper } from './filters.js'; |
| 77 | 76 | import { isExternalMediaAllowed } from './chats.js'; |
| 78 | 77 | import { POPUP_TYPE, Popup, callGenericPopup } from './popup.js'; |
| 78 | +import { t } from './i18n.js'; |
| 79 | 79 | |
| 80 | 80 | export { |
| 81 | 81 | selected_group, |