Add localization for a bunch of stuff that I initially missed
This commit is contained in:
parent
6997c736dc
commit
cab29d9cd6
8 changed files with 43 additions and 27 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { localizer } from "../../utils/localizer.mjs";
|
||||
import { respondedToQueries } from "../../utils/QueryManager.mjs";
|
||||
|
||||
export function queryNotify(payload) {
|
||||
|
|
@ -14,7 +15,7 @@ export function queryNotify(payload) {
|
|||
};
|
||||
|
||||
ChatMessage.implementation.create({
|
||||
flavor: `Data Query Notification`,
|
||||
flavor: localizer(`taf.misc.data-query-notif-header`),
|
||||
content,
|
||||
whisper,
|
||||
style: CONST.CHAT_MESSAGE_STYLES.OOC,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue