Parcourir la source

add error constant for when webGL is not supported

include german, english and russian error descriptions
pull/486/head
Daniel Biegler il y a 7 ans
Parent
révision
d56a097ccf
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. +5
    -5
      src/js/strings.js

+ 5
- 5
src/js/strings.js Voir le fichier

@@ -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": "..."
// }
}

Chargement…
Annuler
Enregistrer