Browse Source

add error constant for when webGL is not supported

include german, english and russian error descriptions
pull/486/head
Daniel Biegler 7 years ago
parent
commit
d56a097ccf
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      src/js/strings.js

+ 5
- 5
src/js/strings.js View File

@@ -3,10 +3,10 @@ var STRINGS = {
"de": "Error: Falscher Bild-Typ angegeben!",
"en": "Error: invalid image type specified!",
"ru": "ошибка: неправильный фото тип!"
},
"ERROR_NO_WEBGL": {
"de": "Error: WebGL wird nicht unterstützt!",
"en": "Error: no WebGL support detected!",
"ru": "ошибка: нет функции WebGL!"
}
//,
// "ERROR_NO_WEBGL": {
// "de": "...",
// "en": "..."
// }
}

Loading…
Cancel
Save