Add en-US translations
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
import { AdminMessageEventTypes } from "../../Connexion/AdminMessagesService";
|
||||
import type { Quill } from "quill";
|
||||
import type { PlayGlobalMessageInterface } from "../../Connexion/ConnexionModels";
|
||||
import { translator } from "../../Translator/Translator";
|
||||
|
||||
//toolbar
|
||||
const toolbarOptions = [
|
||||
@@ -58,7 +59,7 @@
|
||||
const { default: Quill } = await import("quill"); // eslint-disable-line @typescript-eslint/no-explicit-any
|
||||
|
||||
quill = new Quill(QUILL_EDITOR, {
|
||||
placeholder: "Enter your message here...",
|
||||
placeholder: translator._("menu.global-message.enter"),
|
||||
theme: "snow",
|
||||
modules: {
|
||||
toolbar: toolbarOptions,
|
||||
|
||||
Reference in New Issue
Block a user