i18n trigger message

This commit is contained in:
_Bastler
2022-01-27 15:53:53 +01:00
parent 55bb6fa930
commit 8c1b55f5db
6 changed files with 27 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
import type { BaseTranslation } from "../i18n-types";
const message: BaseTranslation = {
openWebsiteTrigger: "Press SPACE or touch here to open web site",
openWebsiteTabTrigger: "Press SPACE or touch here to open web site in new tab",
openJitsiTrigger: "Press SPACE or touch here to enter Jitsi Meet room",
};
export default message;