Browse Source

i18n definitions

Raanan Weber 7 years ago
parent
commit
98ae729da0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Viewer/src/configuration/types/default.ts

+ 5 - 0
Viewer/src/configuration/types/default.ts

@@ -50,6 +50,11 @@ export let defaultConfiguration: ViewerConfiguration = {
                 logoLink: 'https://babylonjs.com',
                 hideHelp: true,
                 disableOnFullscreen: false,
+                text: {
+                    hdButton: "Toggle HD",
+                    fullscreenButton: "Fullscreen",
+                    helpButton: "Help"
+                }
             },
             events: {
                 pointerdown: {